Html Css Color HEX #484424 Woodrush

📋 copy color: '#484424'

red 72 ◦ green 68 ◦ blue 36

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

Shades of Woodrush #484424

Tints of Woodrush #484424

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.64%

 BLUE value IS 36 (14.45% from 255) = 20.45%

R = 40.91%
G = 38.64%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#484424 (or 0x484424) is known color: Woodrush. HEX triplet: 48, 44 and 24. RGB value is (72,68,36). Sum of RGB (Red+Green+Blue) = 72+68+36=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #484424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484424 is #B7BBDB. Grayscale: #414141. Windows color (decimal): -12041180 or 2376776. OLE color: 2376776.

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

Color convert

RGB 72 68 36 -
CMYK 0 0.06 0.5 0.72
HSL 53.33º 0.33% 0.21% -
HSV(B) 53.33º 0.5% 0.28% -
XYZ 5.06 5.64 2.49 -
YUV 65.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 72 68 36 0 0.06 0.5 0.72 53.33 0.33 0.21
Hex 48 44 24 0 6 32 48 35 21 15
Octal 110 104 44 0 6 62 110 65 41 25
Binary 1001000 1000100 100100 0 110 110010 1001000 110101 100001 10101

Color Harmonies of #484424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484424

Black with #484424

Text Example


Text Example

White with #484424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484424; }

 p { color: rgb(72,68,36); }

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

background-color css

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

 a { background-color: rgb(72,68,36); }

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

border-color css

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

 span { border-color: rgb(72,68,36); }

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