#483802

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

Shades of Madras #483802

Tints of Madras #483802

Color information

#483802 (or 0x483802) is unknown color: approx Madras. HEX triplet: 48, 38 and 02. RGB value is (72,56,2). Sum of RGB (Red+Green+Blue) = 72+56+2=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #483802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483802 is #B7C7FD. Grayscale: #363636. Windows color (decimal): -12044286 or 145480. OLE color: 145480.

HSL color Cylindrical-coordinate representation of color #483802: hue angle of 46.29º 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 #483802 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB72562-
CMYK00.220.970.72
HSL46.29º94.59%14.51%-
HSV(B)46.29º97.22%28.24%-
XYZ4.14.210.65-
YUV54.6398.3140.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 56 (22.27% from 255) = 43.08%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=55.38%
G=43.08%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7256200.220.970.7246.2994.5914.51
Hex4838201661482e5ff
Octal1107020261411105613717
Binary1001000111000100101101100001100100010111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483802; }

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

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

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

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

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

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

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

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