#453D06

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

Shades of Madras #453D06

Tints of Madras #453D06

Color information

#453D06 (or 0x453D06) is unknown color: approx Madras. HEX triplet: 45, 3D and 06. RGB value is (69,61,6). Sum of RGB (Red+Green+Blue) = 69+61+6=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #453D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453D06 is #BAC2F9. Grayscale: #393939. Windows color (decimal): -12239610 or 408901. OLE color: 408901.

HSL color Cylindrical-coordinate representation of color #453D06: hue angle of 52.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #453D06 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB69616-
CMYK00.120.910.73
HSL52.38º84%14.71%-
HSV(B)52.38º91.3%27.06%-
XYZ4.164.620.84-
YUV57.1299.15136.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.74%
GREEN value IS 61 (24.22% from 255) = 44.85%
BLUE value IS 6 (2.73% from 255) = 4.41%
R=50.74%
G=44.85%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6961600.120.910.7352.388414.71
Hex453D60C5B493454f
Octal1057560141331116412417
Binary1000101111101110011001011011100100111010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453D06; }

 p { color: rgb(69,61,6); }

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

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

 a { background-color: rgb(69,61,6); }

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

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

 span { border-color: rgb(69,61,6); }

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