#483805

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

Shades of Madras #483805

Tints of Madras #483805

Color information

#483805 (or 0x483805) is unknown color: approx Madras. HEX triplet: 48, 38 and 05. RGB value is (72,56,5). Sum of RGB (Red+Green+Blue) = 72+56+5=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #483805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483805 is #B7C7FA. Grayscale: #373737. Windows color (decimal): -12044283 or 342088. OLE color: 342088.

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

Color convert

RGB72565-
CMYK00.220.930.72
HSL45.67º87.01%15.1%-
HSV(B)45.67º93.06%28.24%-
XYZ4.114.220.74-
YUV54.9799.8140.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 56 (22.27% from 255) = 42.11%
BLUE value IS 5 (2.34% from 255) = 3.76%
R=54.14%
G=42.11%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7256500.220.930.7245.6787.0115.1
Hex483850165D482e57f
Octal1107050261351105612717
Binary10010001110001010101101011101100100010111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483805; }

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

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

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

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

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

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

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

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