Html Css Color HEX #484517 Madras

📋 copy color: '#484517'

red 72 ◦ green 69 ◦ blue 23

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

Shades of Madras #484517

Tints of Madras #484517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.07%

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

R = 43.9%
G = 42.07%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#484517 (or 0x484517) is known color: Madras. HEX triplet: 48, 45 and 17. RGB value is (72,69,23). Sum of RGB (Red+Green+Blue) = 72+69+23=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #484517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484517 is #B7BAE8. Grayscale: #404040. Windows color (decimal): -12040937 or 1525064. OLE color: 1525064.

HSL color Cylindrical-coordinate representation of color #484517: hue angle of 56.33º 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 #484517 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 69 23 -
CMYK 0 0.04 0.68 0.72
HSL 56.33º 0.52% 0.19% -
HSV(B) 56.33º 0.68% 0.28% -
XYZ 4.96 5.7 1.65 -
YUV 64.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 72 69 23 0 0.04 0.68 0.72 56.33 0.52 0.19
Hex 48 45 17 0 4 44 48 38 34 13
Octal 110 105 27 0 4 104 110 70 64 23
Binary 1001000 1000101 10111 0 100 1000100 1001000 111000 110100 10011

Color Harmonies of #484517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484517

Black with #484517

Text Example


Text Example

White with #484517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484517; }

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

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

background-color css

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

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

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

border-color css

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

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

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