Html Css Color HEX #484620 Woodrush

📋 copy color: '#484620'

red 72 ◦ green 70 ◦ blue 32

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

Shades of Woodrush #484620

Tints of Woodrush #484620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.23%

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

R = 41.38%
G = 40.23%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#484620 (or 0x484620) is known color: Woodrush. HEX triplet: 48, 46 and 20. RGB value is (72,70,32). Sum of RGB (Red+Green+Blue) = 72+70+32=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #484620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484620 is #B7B9DF. Grayscale: #424242. Windows color (decimal): -12040672 or 2115144. OLE color: 2115144.

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

Color convert

RGB 72 70 32 -
CMYK 0 0.03 0.56 0.72
HSL 57º 0.38% 0.2% -
HSV(B) 57º 0.56% 0.28% -
XYZ 5.12 5.86 2.23 -
YUV 66.27 108.66 132.09 -
System Red Green Blue C M Y K H S L
Decimal 72 70 32 0 0.03 0.56 0.72 57 0.38 0.2
Hex 48 46 20 0 3 38 48 39 26 14
Octal 110 106 40 0 3 70 110 71 46 24
Binary 1001000 1000110 100000 0 11 111000 1001000 111001 100110 10100

Color Harmonies of #484620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484620

Black with #484620

Text Example


Text Example

White with #484620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484620; }

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

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

background-color css

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

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

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

border-color css

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

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

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