Html Css Color HEX #484222 Madras

📋 copy color: '#484222'

red 72 ◦ green 66 ◦ blue 34

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

Shades of Madras #484222

Tints of Madras #484222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.77%

R = 41.86%
G = 38.37%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#484222 (or 0x484222) is known color: Madras. HEX triplet: 48, 42 and 22. RGB value is (72,66,34). Sum of RGB (Red+Green+Blue) = 72+66+34=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #484222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484222 is #B7BDDD. Grayscale: #404040. Windows color (decimal): -12041694 or 2245192. OLE color: 2245192.

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

Color convert

RGB 72 66 34 -
CMYK 0 0.08 0.53 0.72
HSL 50.53º 0.36% 0.21% -
HSV(B) 50.53º 0.53% 0.28% -
XYZ 4.91 5.39 2.29 -
YUV 64.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 72 66 34 0 0.08 0.53 0.72 50.53 0.36 0.21
Hex 48 42 22 0 8 35 48 33 24 15
Octal 110 102 42 0 10 65 110 63 44 25
Binary 1001000 1000010 100010 0 1000 110101 1001000 110011 100100 10101

Color Harmonies of #484222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484222

Black with #484222

Text Example


Text Example

White with #484222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484222; }

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

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

background-color css

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

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

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

border-color css

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

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

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