Html Css Color HEX #483504 Madras

📋 copy color: '#483504'

red 72 ◦ green 53 ◦ blue 4

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

Shades of Madras #483504

Tints of Madras #483504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.09%

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

R = 55.81%
G = 41.09%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#483504 (or 0x483504) is known color: Madras. HEX triplet: 48, 35 and 04. RGB value is (72,53,4). Sum of RGB (Red+Green+Blue) = 72+53+4=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #483504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483504 is #B7CAFB. Grayscale: #353535. Windows color (decimal): -12045052 or 275784. OLE color: 275784.

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

Color convert

RGB 72 53 4 -
CMYK 0 0.26 0.94 0.72
HSL 43.24º 0.89% 0.15% -
HSV(B) 43.24º 0.94% 0.28% -
XYZ 3.97 3.93 0.66 -
YUV 53.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 72 53 4 0 0.26 0.94 0.72 43.24 0.89 0.15
Hex 48 35 4 0 1A 5E 48 2B 59 F
Octal 110 65 4 0 32 136 110 53 131 17
Binary 1001000 110101 100 0 11010 1011110 1001000 101011 1011001 1111

Color Harmonies of #483504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483504

Black with #483504

Text Example


Text Example

White with #483504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483504; }

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

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

background-color css

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

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

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

border-color css

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

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

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