Html Css Color HEX #484316 Madras

📋 copy color: '#484316'

red 72 ◦ green 67 ◦ blue 22

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

Shades of Madras #484316

Tints of Madras #484316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.61%

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

R = 44.72%
G = 41.61%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#484316 (or 0x484316) is known color: Madras. HEX triplet: 48, 43 and 16. RGB value is (72,67,22). Sum of RGB (Red+Green+Blue) = 72+67+22=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #484316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484316 is #B7BCE9. Grayscale: #3F3F3F. Windows color (decimal): -12041450 or 1459016. OLE color: 1459016.

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

Color convert

RGB 72 67 22 -
CMYK 0 0.07 0.69 0.72
HSL 54º 0.53% 0.18% -
HSV(B) 54º 0.69% 0.28% -
XYZ 4.82 5.45 1.56 -
YUV 63.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 72 67 22 0 0.07 0.69 0.72 54 0.53 0.18
Hex 48 43 16 0 7 45 48 36 35 12
Octal 110 103 26 0 7 105 110 66 65 22
Binary 1001000 1000011 10110 0 111 1000101 1001000 110110 110101 10010

Color Harmonies of #484316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484316

Black with #484316

Text Example


Text Example

White with #484316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484316; }

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

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

background-color css

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

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

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

border-color css

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

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

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