Html Css Color HEX #484217 Madras

📋 copy color: '#484217'

red 72 ◦ green 66 ◦ blue 23

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

Shades of Madras #484217

Tints of Madras #484217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.99%

 BLUE value IS 23 (9.38% from 255) = 14.29%

R = 44.72%
G = 40.99%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#484217 (or 0x484217) is known color: Madras. HEX triplet: 48, 42 and 17. RGB value is (72,66,23). Sum of RGB (Red+Green+Blue) = 72+66+23=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #484217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484217 is #B7BDE8. Grayscale: #3F3F3F. Windows color (decimal): -12041705 or 1524296. OLE color: 1524296.

HSL color Cylindrical-coordinate representation of color #484217: hue angle of 52.65º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484217 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 66 23 -
CMYK 0 0.08 0.68 0.72
HSL 52.65º 0.52% 0.19% -
HSV(B) 52.65º 0.68% 0.28% -
XYZ 4.78 5.34 1.59 -
YUV 62.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 72 66 23 0 0.08 0.68 0.72 52.65 0.52 0.19
Hex 48 42 17 0 8 44 48 35 34 13
Octal 110 102 27 0 10 104 110 65 64 23
Binary 1001000 1000010 10111 0 1000 1000100 1001000 110101 110100 10011

Color Harmonies of #484217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484217

Black with #484217

Text Example


Text Example

White with #484217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484217; }

 p { color: rgb(72,66,23); }

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

background-color css

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

 a { background-color: rgb(72,66,23); }

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

border-color css

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

 span { border-color: rgb(72,66,23); }

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