Html Css Color HEX #483B20 Madras

📋 copy color: '#483B20'

red 72 ◦ green 59 ◦ blue 32

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

Shades of Madras #483B20

Tints of Madras #483B20

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.2%

 BLUE value IS 32 (12.89% from 255) = 19.63%

R = 44.17%
G = 36.2%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#483B20 (or 0x483B20) is known color: Madras. HEX triplet: 48, 3B and 20. RGB value is (72,59,32). Sum of RGB (Red+Green+Blue) = 72+59+32=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #483B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B20 is #B7C4DF. Grayscale: #3B3B3B. Windows color (decimal): -12043488 or 2112328. OLE color: 2112328.

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

Color convert

RGB 72 59 32 -
CMYK 0 0.18 0.56 0.72
HSL 40.5º 0.38% 0.2% -
HSV(B) 40.5º 0.56% 0.28% -
XYZ 4.5 4.61 2.02 -
YUV 59.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 72 59 32 0 0.18 0.56 0.72 40.5 0.38 0.2
Hex 48 3B 20 0 12 38 48 28 26 14
Octal 110 73 40 0 22 70 110 50 46 24
Binary 1001000 111011 100000 0 10010 111000 1001000 101000 100110 10100

Color Harmonies of #483B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B20

Black with #483B20

Text Example


Text Example

White with #483B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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