Html Css Color HEX #484017 Madras

📋 copy color: '#484017'

red 72 ◦ green 64 ◦ blue 23

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

Shades of Madras #484017

Tints of Madras #484017

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.25%

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

R = 45.28%
G = 40.25%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#484017 (or 0x484017) is known color: Madras. HEX triplet: 48, 40 and 17. RGB value is (72,64,23). Sum of RGB (Red+Green+Blue) = 72+64+23=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #484017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484017 is #B7BFE8. Grayscale: #3D3D3D. Windows color (decimal): -12042217 or 1523784. OLE color: 1523784.

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

Color convert

RGB 72 64 23 -
CMYK 0 0.11 0.68 0.72
HSL 50.2º 0.52% 0.19% -
HSV(B) 50.2º 0.68% 0.28% -
XYZ 4.66 5.11 1.55 -
YUV 61.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 72 64 23 0 0.11 0.68 0.72 50.2 0.52 0.19
Hex 48 40 17 0 B 44 48 32 34 13
Octal 110 100 27 0 13 104 110 62 64 23
Binary 1001000 1000000 10111 0 1011 1000100 1001000 110010 110100 10011

Color Harmonies of #484017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484017

Black with #484017

Text Example


Text Example

White with #484017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484017; }

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

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

background-color css

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

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

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

border-color css

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

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

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