#453013

Color #453013 Clinker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clinker #453013

Tints of Clinker #453013

Color information

#453013 (or 0x453013) is unknown color: approx Clinker. HEX triplet: 45, 30 and 13. RGB value is (69,48,19). Sum of RGB (Red+Green+Blue) = 69+48+19=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #453013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453013 is #BACFEC. Grayscale: #333333. Windows color (decimal): -12242925 or 1257541. OLE color: 1257541.

HSL color Cylindrical-coordinate representation of color #453013: hue angle of 34.8º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #453013 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB694819-
CMYK00.300.720.73
HSL34.8º56.82%17.25%-
HSV(B)34.8º72.46%27.06%-
XYZ3.633.431.09-
YUV50.97109.96140.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 50.74%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 19 (7.81% from 255) = 13.97%
R=50.74%
G=35.29%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69481900.300.720.7334.856.8217.25
Hex45301301E4849233911
Octal1056023036110111437121
Binary1000101110000100110111101001000100100110001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453013; }

 p { color: rgb(69,48,19); }

 H1.HeaderClassName
 {
   color: #453013;
 }
 .AnyTagClassName
 {
   color: #453013;
 }
</style>
background-color css

<style>
 a { background-color: #453013; }

 a { background-color: rgb(69,48,19); }

 div.DivClassName
 {
   background-color: #453013;
 }
 .BgClassName
 {
   background-color: #453013;
 }
</style>
border-color css

<style>
 span { border-color: #453013; }

 span { border-color: rgb(69,48,19); }

 td.TdClassName
 {
   border-color: #453013;
 }
 .TagClassName
 {
   border-color: #453013;
 }
</style>