#453802

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

Shades of Madras #453802

Tints of Madras #453802

Color information

#453802 (or 0x453802) is unknown color: approx Madras. HEX triplet: 45, 38 and 02. RGB value is (69,56,2). Sum of RGB (Red+Green+Blue) = 69+56+2=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #453802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453802 is #BAC7FD. Grayscale: #353535. Windows color (decimal): -12240894 or 145477. OLE color: 145477.

HSL color Cylindrical-coordinate representation of color #453802: hue angle of 48.36º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #453802 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB69562-
CMYK00.190.970.73
HSL48.36º94.37%13.92%-
HSV(B)48.36º97.1%27.06%-
XYZ3.884.10.64-
YUV53.7398.81138.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.33%
GREEN value IS 56 (22.27% from 255) = 44.09%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=54.33%
G=44.09%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6956200.190.970.7348.3694.3713.92
Hex453820136149305ee
Octal1057020231411116013616
Binary1000101111000100100111100001100100111000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453802; }

 p { color: rgb(69,56,2); }

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

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

 a { background-color: rgb(69,56,2); }

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

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

 span { border-color: rgb(69,56,2); }

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