#452C07

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

Shades of Clinker #452C07

Tints of Clinker #452C07

Color information

#452C07 (or 0x452C07) is unknown color: approx Clinker. HEX triplet: 45, 2C and 07. RGB value is (69,44,7). Sum of RGB (Red+Green+Blue) = 69+44+7=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #452C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452C07 is #BAD3F8. Grayscale: #2F2F2F. Windows color (decimal): -12243961 or 470085. OLE color: 470085.

HSL color Cylindrical-coordinate representation of color #452C07: hue angle of 35.81º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #452C07 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB69447-
CMYK00.360.900.73
HSL35.81º81.58%14.9%-
HSV(B)35.81º89.86%27.06%-
XYZ3.393.080.62-
YUV47.26105.28143.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.5%
GREEN value IS 44 (17.58% from 255) = 36.67%
BLUE value IS 7 (3.12% from 255) = 5.83%
R=57.5%
G=36.67%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6944700.360.900.7335.8181.5814.9
Hex452C70245A492452f
Octal1055470441321114412217
Binary100010110110011101001001011010100100110010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,44,7); }

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

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

 a { background-color: rgb(69,44,7); }

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

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

 span { border-color: rgb(69,44,7); }

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