Html Css Color HEX #484617 Madras

📋 copy color: '#484617'

red 72 ◦ green 70 ◦ blue 23

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

Shades of Madras #484617

Tints of Madras #484617

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.42%

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

R = 43.64%
G = 42.42%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#484617 (or 0x484617) is known color: Madras. HEX triplet: 48, 46 and 17. RGB value is (72,70,23). Sum of RGB (Red+Green+Blue) = 72+70+23=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #484617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484617 is #B7B9E8. Grayscale: #414141. Windows color (decimal): -12040681 or 1525320. OLE color: 1525320.

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

Color convert

RGB 72 70 23 -
CMYK 0 0.03 0.68 0.72
HSL 57.55º 0.52% 0.19% -
HSV(B) 57.55º 0.68% 0.28% -
XYZ 5.02 5.82 1.67 -
YUV 65.24 104.16 132.82 -
System Red Green Blue C M Y K H S L
Decimal 72 70 23 0 0.03 0.68 0.72 57.55 0.52 0.19
Hex 48 46 17 0 3 44 48 3A 34 13
Octal 110 106 27 0 3 104 110 72 64 23
Binary 1001000 1000110 10111 0 11 1000100 1001000 111010 110100 10011

Color Harmonies of #484617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484617

Black with #484617

Text Example


Text Example

White with #484617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484617; }

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

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

background-color css

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

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

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

border-color css

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

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

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