#452D07

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

Shades of Clinker #452D07

Tints of Clinker #452D07

Color information

#452D07 (or 0x452D07) is unknown color: approx Clinker. HEX triplet: 45, 2D and 07. RGB value is (69,45,7). Sum of RGB (Red+Green+Blue) = 69+45+7=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #452D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452D07 is #BAD2F8. Grayscale: #303030. Windows color (decimal): -12243705 or 470341. OLE color: 470341.

HSL color Cylindrical-coordinate representation of color #452D07: hue angle of 36.77º 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 #452D07 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB69457-
CMYK00.350.900.73
HSL36.77º81.58%14.9%-
HSV(B)36.77º89.86%27.06%-
XYZ3.433.160.63-
YUV47.84104.95143.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.02%
GREEN value IS 45 (17.97% from 255) = 37.19%
BLUE value IS 7 (3.12% from 255) = 5.79%
R=57.02%
G=37.19%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6945700.350.900.7336.7781.5814.9
Hex452D70235A492552f
Octal1055570431321114512217
Binary100010110110111101000111011010100100110010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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