#483D0A

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

Shades of Madras #483D0A

Tints of Madras #483D0A

Color information

#483D0A (or 0x483D0A) is unknown color: approx Madras. HEX triplet: 48, 3D and 0A. RGB value is (72,61,10). Sum of RGB (Red+Green+Blue) = 72+61+10=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #483D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D0A is #B7C2F5. Grayscale: #3A3A3A. Windows color (decimal): -12042998 or 671048. OLE color: 671048.

HSL color Cylindrical-coordinate representation of color #483D0A: hue angle of 49.35º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #483D0A is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB726110-
CMYK00.150.860.72
HSL49.35º75.61%16.08%-
HSV(B)49.35º86.11%28.24%-
XYZ4.44.740.97-
YUV58.47100.64137.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 61 (24.22% from 255) = 42.66%
BLUE value IS 10 (4.30% from 255) = 6.99%
R=50.35%
G=42.66%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72611000.150.860.7249.3575.6116.08
Hex483DA0F5648314c10
Octal11075120171261106111420
Binary100100011110110100111110101101001000110001100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483D0A; }

 p { color: rgb(72,61,10); }

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

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

 a { background-color: rgb(72,61,10); }

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

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

 span { border-color: rgb(72,61,10); }

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