Html Css Color HEX #483E16 Madras

📋 copy color: '#483E16'

red 72 ◦ green 62 ◦ blue 22

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

Shades of Madras #483E16

Tints of Madras #483E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.1%

R = 46.15%
G = 39.74%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#483E16 (or 0x483E16) is known color: Madras. HEX triplet: 48, 3E and 16. RGB value is (72,62,22). Sum of RGB (Red+Green+Blue) = 72+62+22=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #483E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483E16 is #B7C1E9. Grayscale: #3C3C3C. Windows color (decimal): -12042730 or 1457736. OLE color: 1457736.

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

Color convert

RGB 72 62 22 -
CMYK 0 0.14 0.69 0.72
HSL 48º 0.53% 0.18% -
HSV(B) 48º 0.69% 0.28% -
XYZ 4.54 4.88 1.46 -
YUV 60.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 72 62 22 0 0.14 0.69 0.72 48 0.53 0.18
Hex 48 3E 16 0 E 45 48 30 35 12
Octal 110 76 26 0 16 105 110 60 65 22
Binary 1001000 111110 10110 0 1110 1000101 1001000 110000 110101 10010

Color Harmonies of #483E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E16

Black with #483E16

Text Example


Text Example

White with #483E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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