Html Css Color HEX #483F20 Madras

📋 copy color: '#483F20'

red 72 ◦ green 63 ◦ blue 32

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

Shades of Madras #483F20

Tints of Madras #483F20

RGB

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

 GREEN value IS 63 (25% from 255) = 37.72%

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

R = 43.11%
G = 37.72%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#483F20 (or 0x483F20) is known color: Madras. HEX triplet: 48, 3F and 20. RGB value is (72,63,32). Sum of RGB (Red+Green+Blue) = 72+63+32=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #483F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F20 is #B7C0DF. Grayscale: #3E3E3E. Windows color (decimal): -12042464 or 2113352. OLE color: 2113352.

HSL color Cylindrical-coordinate representation of color #483F20: hue angle of 46.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 #483F20 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 63 32 -
CMYK 0 0.12 0.56 0.72
HSL 46.5º 0.38% 0.2% -
HSV(B) 46.5º 0.56% 0.28% -
XYZ 4.71 5.04 2.09 -
YUV 62.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 72 63 32 0 0.12 0.56 0.72 46.5 0.38 0.2
Hex 48 3F 20 0 C 38 48 2E 26 14
Octal 110 77 40 0 14 70 110 56 46 24
Binary 1001000 111111 100000 0 1100 111000 1001000 101110 100110 10100

Color Harmonies of #483F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F20

Black with #483F20

Text Example


Text Example

White with #483F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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