Html Css Color HEX #484720 Woodrush

📋 copy color: '#484720'

red 72 ◦ green 71 ◦ blue 32

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

Shades of Woodrush #484720

Tints of Woodrush #484720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.57%

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

R = 41.14%
G = 40.57%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#484720 (or 0x484720) is known color: Woodrush. HEX triplet: 48, 47 and 20. RGB value is (72,71,32). Sum of RGB (Red+Green+Blue) = 72+71+32=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #484720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484720 is #B7B8DF. Grayscale: #434343. Windows color (decimal): -12040416 or 2115400. OLE color: 2115400.

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

Color convert

RGB 72 71 32 -
CMYK 0 0.01 0.56 0.72
HSL 58.5º 0.38% 0.2% -
HSV(B) 58.5º 0.56% 0.28% -
XYZ 5.19 5.99 2.25 -
YUV 66.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 72 71 32 0 0.01 0.56 0.72 58.5 0.38 0.2
Hex 48 47 20 0 1 38 48 3A 26 14
Octal 110 107 40 0 1 70 110 72 46 24
Binary 1001000 1000111 100000 0 1 111000 1001000 111010 100110 10100

Color Harmonies of #484720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484720

Black with #484720

Text Example


Text Example

White with #484720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484720; }

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

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

background-color css

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

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

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

border-color css

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

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

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