Html Css Color HEX #483E20 Madras

📋 copy color: '#483E20'

red 72 ◦ green 62 ◦ blue 32

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

Shades of Madras #483E20

Tints of Madras #483E20

RGB

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

 GREEN value IS 62 (24.61% from 255) = 37.35%

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

R = 43.37%
G = 37.35%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#483E20 (or 0x483E20) is known color: Madras. HEX triplet: 48, 3E and 20. RGB value is (72,62,32). Sum of RGB (Red+Green+Blue) = 72+62+32=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #483E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E20 is #B7C1DF. Grayscale: #3D3D3D. Windows color (decimal): -12042720 or 2113096. OLE color: 2113096.

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

Color convert

RGB 72 62 32 -
CMYK 0 0.14 0.56 0.72
HSL 45º 0.38% 0.2% -
HSV(B) 45º 0.56% 0.28% -
XYZ 4.66 4.93 2.07 -
YUV 61.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 72 62 32 0 0.14 0.56 0.72 45 0.38 0.2
Hex 48 3E 20 0 E 38 48 2D 26 14
Octal 110 76 40 0 16 70 110 55 46 24
Binary 1001000 111110 100000 0 1110 111000 1001000 101101 100110 10100

Color Harmonies of #483E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E20

Black with #483E20

Text Example


Text Example

White with #483E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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