#483B19

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

Shades of Madras #483B19

Tints of Madras #483B19

Color information

#483B19 (or 0x483B19) is unknown color: approx Madras. HEX triplet: 48, 3B and 19. RGB value is (72,59,25). Sum of RGB (Red+Green+Blue) = 72+59+25=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #483B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483B19 is #B7C4E6. Grayscale: #3B3B3B. Windows color (decimal): -12043495 or 1653576. OLE color: 1653576.

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

Color convert

RGB725925-
CMYK00.180.650.72
HSL43.4º48.45%19.02%-
HSV(B)43.4º65.28%28.24%-
XYZ4.414.581.57-
YUV59.01108.81137.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 59 (23.44% from 255) = 37.82%
BLUE value IS 25 (10.16% from 255) = 16.03%
R=46.15%
G=37.82%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72592500.180.650.7243.448.4519.02
Hex483B1901241482b3013
Octal1107331022101110536023
Binary1001000111011110010100101000001100100010101111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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