#452E11

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

Shades of Clinker #452E11

Tints of Clinker #452E11

Color information

#452E11 (or 0x452E11) is unknown color: approx Clinker. HEX triplet: 45, 2E and 11. RGB value is (69,46,17). Sum of RGB (Red+Green+Blue) = 69+46+17=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #452E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452E11 is #BAD1EE. Grayscale: #313131. Windows color (decimal): -12243439 or 1125957. OLE color: 1125957.

HSL color Cylindrical-coordinate representation of color #452E11: hue angle of 33.46º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #452E11 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB694617-
CMYK00.330.750.73
HSL33.46º60.47%16.86%-
HSV(B)33.46º75.36%27.06%-
XYZ3.533.260.97-
YUV49.57109.62141.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.27%
GREEN value IS 46 (18.36% from 255) = 34.85%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=52.27%
G=34.85%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69461700.330.750.7333.4660.4716.86
Hex452E110214B49213c11
Octal1055621041113111417421
Binary10001011011101000101000011001011100100110000111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452E11; }

 p { color: rgb(69,46,17); }

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

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

 a { background-color: rgb(69,46,17); }

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

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

 span { border-color: rgb(69,46,17); }

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