#453B08

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

Shades of Madras #453B08

Tints of Madras #453B08

Color information

#453B08 (or 0x453B08) is unknown color: approx Madras. HEX triplet: 45, 3B and 08. RGB value is (69,59,8). Sum of RGB (Red+Green+Blue) = 69+59+8=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 59 (23.44% from 255 or 43.38% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #453B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453B08 is #BAC4F7. Grayscale: #383838. Windows color (decimal): -12240120 or 539461. OLE color: 539461.

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

Color convert

RGB69598-
CMYK00.140.880.73
HSL50.16º79.22%15.1%-
HSV(B)50.16º88.41%27.06%-
XYZ4.064.410.87-
YUV56.18100.81137.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.74%
GREEN value IS 59 (23.44% from 255) = 43.38%
BLUE value IS 8 (3.52% from 255) = 5.88%
R=50.74%
G=43.38%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6959800.140.880.7350.1679.2215.1
Hex453B80E5849324ff
Octal10573100161301116211717
Binary10001011110111000011101011000100100111001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,59,8); }

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

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

 a { background-color: rgb(69,59,8); }

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

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

 span { border-color: rgb(69,59,8); }

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