Html Css Color HEX #474524 Woodrush

📋 copy color: '#474524'

red 71 ◦ green 69 ◦ blue 36

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

Shades of Woodrush #474524

Tints of Woodrush #474524

RGB

 RED value IS 71 (28.13% from 255) = 40.34%

 GREEN value IS 69 (27.34% from 255) = 39.2%

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

R = 40.34%
G = 39.2%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#474524 (or 0x474524) is known color: Woodrush. HEX triplet: 47, 45 and 24. RGB value is (71,69,36). Sum of RGB (Red+Green+Blue) = 71+69+36=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #474524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474524 is #B8BADB. Grayscale: #414141. Windows color (decimal): -12106460 or 2377031. OLE color: 2377031.

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

Color convert

RGB 71 69 36 -
CMYK 0 0.03 0.49 0.72
HSL 56.57º 0.33% 0.21% -
HSV(B) 56.57º 0.49% 0.28% -
XYZ 5.05 5.72 2.51 -
YUV 65.84 111.16 131.68 -
System Red Green Blue C M Y K H S L
Decimal 71 69 36 0 0.03 0.49 0.72 56.57 0.33 0.21
Hex 47 45 24 0 3 31 48 39 21 15
Octal 107 105 44 0 3 61 110 71 41 25
Binary 1000111 1000101 100100 0 11 110001 1001000 111001 100001 10101

Color Harmonies of #474524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474524

Black with #474524

Text Example


Text Example

White with #474524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474524; }

 p { color: rgb(71,69,36); }

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

background-color css

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

 a { background-color: rgb(71,69,36); }

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

border-color css

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

 span { border-color: rgb(71,69,36); }

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