#453F09

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

Shades of Madras #453F09

Tints of Madras #453F09

Color information

#453F09 (or 0x453F09) is unknown color: approx Madras. HEX triplet: 45, 3F and 09. RGB value is (69,63,9). Sum of RGB (Red+Green+Blue) = 69+63+9=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #453F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453F09 is #BAC0F6. Grayscale: #3A3A3A. Windows color (decimal): -12239095 or 606021. OLE color: 606021.

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

Color convert

RGB69639-
CMYK00.090.870.73
HSL54º76.92%15.29%-
HSV(B)54º86.96%27.06%-
XYZ4.284.840.97-
YUV58.6499.99135.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.94%
GREEN value IS 63 (25% from 255) = 44.68%
BLUE value IS 9 (3.91% from 255) = 6.38%
R=48.94%
G=44.68%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6963900.090.870.735476.9215.29
Hex453F9095749364df
Octal10577110111271116611517
Binary10001011111111001010011010111100100111011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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