#483B0D

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

Shades of Madras #483B0D

Tints of Madras #483B0D

Color information

#483B0D (or 0x483B0D) is unknown color: approx Madras. HEX triplet: 48, 3B and 0D. RGB value is (72,59,13). Sum of RGB (Red+Green+Blue) = 72+59+13=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #483B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483B0D is #B7C4F2. Grayscale: #393939. Windows color (decimal): -12043507 or 867144. OLE color: 867144.

HSL color Cylindrical-coordinate representation of color #483B0D: hue angle of 46.78º 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 #483B0D is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB725913-
CMYK00.180.820.72
HSL46.78º69.41%16.67%-
HSV(B)46.78º81.94%28.24%-
XYZ4.314.531.03-
YUV57.64102.81138.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 59 (23.44% from 255) = 40.97%
BLUE value IS 13 (5.47% from 255) = 9.03%
R=50%
G=40.97%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72591300.180.820.7246.7869.4116.67
Hex483BD01252482f4511
Octal11073150221221105710521
Binary1001000111011110101001010100101001000101111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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