Html Css Color HEX #484022 Madras

📋 copy color: '#484022'

red 72 ◦ green 64 ◦ blue 34

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

Shades of Madras #484022

Tints of Madras #484022

RGB

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

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

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

R = 42.35%
G = 37.65%
B = 20%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#484022 (or 0x484022) is known color: Madras. HEX triplet: 48, 40 and 22. RGB value is (72,64,34). Sum of RGB (Red+Green+Blue) = 72+64+34=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #484022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484022 is #B7BFDD. Grayscale: #3F3F3F. Windows color (decimal): -12042206 or 2244680. OLE color: 2244680.

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

Color convert

RGB 72 64 34 -
CMYK 0 0.11 0.53 0.72
HSL 47.37º 0.36% 0.21% -
HSV(B) 47.37º 0.53% 0.28% -
XYZ 4.79 5.16 2.26 -
YUV 62.97 111.65 134.44 -
System Red Green Blue C M Y K H S L
Decimal 72 64 34 0 0.11 0.53 0.72 47.37 0.36 0.21
Hex 48 40 22 0 B 35 48 2F 24 15
Octal 110 100 42 0 13 65 110 57 44 25
Binary 1001000 1000000 100010 0 1011 110101 1001000 101111 100100 10101

Color Harmonies of #484022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484022

Black with #484022

Text Example


Text Example

White with #484022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484022; }

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

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

background-color css

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

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

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

border-color css

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

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

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