Html Css Color HEX #483804 Madras

📋 copy color: '#483804'

red 72 ◦ green 56 ◦ blue 4

#483804
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #483804

Tints of Madras #483804

RGB

 RED value IS 72 (28.52% from 255) = 54.55%

 GREEN value IS 56 (22.27% from 255) = 42.42%

 BLUE value IS 4 (1.95% from 255) = 3.03%

R = 54.55%
G = 42.42%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#483804 (or 0x483804) is known color: Madras. HEX triplet: 48, 38 and 04. RGB value is (72,56,4). Sum of RGB (Red+Green+Blue) = 72+56+4=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #483804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483804 is #B7C7FB. Grayscale: #373737. Windows color (decimal): -12044284 or 276552. OLE color: 276552.

HSL color Cylindrical-coordinate representation of color #483804: hue angle of 45.88º 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 #483804 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 56 4 -
CMYK 0 0.22 0.94 0.72
HSL 45.88º 0.89% 0.15% -
HSV(B) 45.88º 0.94% 0.28% -
XYZ 4.11 4.21 0.71 -
YUV 54.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 72 56 4 0 0.22 0.94 0.72 45.88 0.89 0.15
Hex 48 38 4 0 16 5E 48 2E 59 F
Octal 110 70 4 0 26 136 110 56 131 17
Binary 1001000 111000 100 0 10110 1011110 1001000 101110 1011001 1111

Color Harmonies of #483804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483804

Black with #483804

Text Example


Text Example

White with #483804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483804; }

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

 H1.HeaderClassName
 {
   color: #483804;
 }
 .AnyTagClassName
 {
   color: #483804;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #483804;
 }
 .BgClassName
 {
   background-color: #483804;
 }
</style>

border-color css

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

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

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