Html Css Color HEX #483604 Madras

📋 copy color: '#483604'

red 72 ◦ green 54 ◦ blue 4

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

Shades of Madras #483604

Tints of Madras #483604

RGB

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

 GREEN value IS 54 (21.48% from 255) = 41.54%

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

R = 55.38%
G = 41.54%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#483604 (or 0x483604) is known color: Madras. HEX triplet: 48, 36 and 04. RGB value is (72,54,4). Sum of RGB (Red+Green+Blue) = 72+54+4=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #483604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483604 is #B7C9FB. Grayscale: #353535. Windows color (decimal): -12044796 or 276040. OLE color: 276040.

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

Color convert

RGB 72 54 4 -
CMYK 0 0.25 0.94 0.72
HSL 44.12º 0.89% 0.15% -
HSV(B) 44.12º 0.94% 0.28% -
XYZ 4.01 4.02 0.68 -
YUV 53.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 72 54 4 0 0.25 0.94 0.72 44.12 0.89 0.15
Hex 48 36 4 0 19 5E 48 2C 59 F
Octal 110 66 4 0 31 136 110 54 131 17
Binary 1001000 110110 100 0 11001 1011110 1001000 101100 1011001 1111

Color Harmonies of #483604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483604

Black with #483604

Text Example


Text Example

White with #483604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483604; }

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

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

background-color css

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

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

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

border-color css

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

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

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