#483B04

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

Shades of Madras #483B04

Tints of Madras #483B04

Color information

#483B04 (or 0x483B04) is unknown color: approx Madras. HEX triplet: 48, 3B and 04. RGB value is (72,59,4). Sum of RGB (Red+Green+Blue) = 72+59+4=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #483B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483B04 is #B7C4FB. Grayscale: #383838. Windows color (decimal): -12043516 or 277320. OLE color: 277320.

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

Color convert

RGB72594-
CMYK00.180.940.72
HSL48.53º89.47%14.9%-
HSV(B)48.53º94.44%28.24%-
XYZ4.264.510.76-
YUV56.6298.31138.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 59 (23.44% from 255) = 43.70%
BLUE value IS 4 (1.95% from 255) = 2.96%
R=53.33%
G=43.70%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7259400.180.940.7248.5389.4714.9
Hex483B40125E483159f
Octal1107340221361106113117
Binary10010001110111000100101011110100100011000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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