Html Css Color HEX #484420 Woodrush

📋 copy color: '#484420'

red 72 ◦ green 68 ◦ blue 32

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

Shades of Woodrush #484420

Tints of Woodrush #484420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.6%

R = 41.86%
G = 39.53%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#484420 (or 0x484420) is known color: Woodrush. HEX triplet: 48, 44 and 20. RGB value is (72,68,32). Sum of RGB (Red+Green+Blue) = 72+68+32=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #484420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484420 is #B7BBDF. Grayscale: #414141. Windows color (decimal): -12041184 or 2114632. OLE color: 2114632.

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

Color convert

RGB 72 68 32 -
CMYK 0 0.06 0.56 0.72
HSL 54º 0.38% 0.2% -
HSV(B) 54º 0.56% 0.28% -
XYZ 5 5.62 2.19 -
YUV 65.09 109.33 132.93 -
System Red Green Blue C M Y K H S L
Decimal 72 68 32 0 0.06 0.56 0.72 54 0.38 0.2
Hex 48 44 20 0 6 38 48 36 26 14
Octal 110 104 40 0 6 70 110 66 46 24
Binary 1001000 1000100 100000 0 110 111000 1001000 110110 100110 10100

Color Harmonies of #484420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484420

Black with #484420

Text Example


Text Example

White with #484420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484420; }

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

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

background-color css

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

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

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

border-color css

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

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

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