#453F08

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

Shades of Madras #453F08

Tints of Madras #453F08

Color information

#453F08 (or 0x453F08) is unknown color: approx Madras. HEX triplet: 45, 3F and 08. RGB value is (69,63,8). Sum of RGB (Red+Green+Blue) = 69+63+8=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #453F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453F08 is #BAC0F7. Grayscale: #3A3A3A. Windows color (decimal): -12239096 or 540485. OLE color: 540485.

HSL color Cylindrical-coordinate representation of color #453F08: hue angle of 54.1º 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 #453F08 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB69638-
CMYK00.090.880.73
HSL54.1º79.22%15.1%-
HSV(B)54.1º88.41%27.06%-
XYZ4.284.840.94-
YUV58.5299.49135.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.29%
GREEN value IS 63 (25% from 255) = 45%
BLUE value IS 8 (3.52% from 255) = 5.71%
R=49.29%
G=45%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6963800.090.880.7354.179.2215.1
Hex453F8095849364ff
Octal10577100111301116611717
Binary10001011111111000010011011000100100111011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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