#483A0D

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

Shades of Madras #483A0D

Tints of Madras #483A0D

Color information

#483A0D (or 0x483A0D) is unknown color: approx Madras. HEX triplet: 48, 3A and 0D. RGB value is (72,58,13). Sum of RGB (Red+Green+Blue) = 72+58+13=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #483A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483A0D is #B7C5F2. Grayscale: #393939. Windows color (decimal): -12043763 or 866888. OLE color: 866888.

HSL color Cylindrical-coordinate representation of color #483A0D: hue angle of 45.76º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #483A0D is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB725813-
CMYK00.190.820.72
HSL45.76º69.41%16.67%-
HSV(B)45.76º81.94%28.24%-
XYZ4.264.431.01-
YUV57.06103.14138.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 58 (23.05% from 255) = 40.56%
BLUE value IS 13 (5.47% from 255) = 9.09%
R=50.35%
G=40.56%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72581300.190.820.7245.7669.4116.67
Hex483AD01352482e4511
Octal11072150231221105610521
Binary1001000111010110101001110100101001000101110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,58,13); }

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

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

 a { background-color: rgb(72,58,13); }

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

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

 span { border-color: rgb(72,58,13); }

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