#483602

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

Shades of Madras #483602

Tints of Madras #483602

Color information

#483602 (or 0x483602) is unknown color: approx Madras. HEX triplet: 48, 36 and 02. RGB value is (72,54,2). Sum of RGB (Red+Green+Blue) = 72+54+2=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #483602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483602 is #B7C9FD. Grayscale: #353535. Windows color (decimal): -12044798 or 144968. OLE color: 144968.

HSL color Cylindrical-coordinate representation of color #483602: hue angle of 44.57º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #483602 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB72542-
CMYK00.250.970.72
HSL44.57º94.59%14.51%-
HSV(B)44.57º97.22%28.24%-
XYZ44.020.62-
YUV53.4598.96141.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 54 (21.48% from 255) = 42.19%
BLUE value IS 2 (1.17% from 255) = 1.56%
R=56.25%
G=42.19%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7254200.250.970.7244.5794.5914.51
Hex4836201961482d5ff
Octal1106620311411105513717
Binary1001000110110100110011100001100100010110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483602; }

 p { color: rgb(72,54,2); }

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

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

 a { background-color: rgb(72,54,2); }

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

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

 span { border-color: rgb(72,54,2); }

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