Html Css Color HEX #474424 Woodrush

📋 copy color: '#474424'

red 71 ◦ green 68 ◦ blue 36

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

Shades of Woodrush #474424

Tints of Woodrush #474424

RGB

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

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

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

R = 40.57%
G = 38.86%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#474424 (or 0x474424) is known color: Woodrush. HEX triplet: 47, 44 and 24. RGB value is (71,68,36). Sum of RGB (Red+Green+Blue) = 71+68+36=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #474424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474424 is #B8BBDB. Grayscale: #414141. Windows color (decimal): -12106716 or 2376775. OLE color: 2376775.

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

Color convert

RGB 71 68 36 -
CMYK 0 0.04 0.49 0.72
HSL 54.86º 0.33% 0.21% -
HSV(B) 54.86º 0.49% 0.28% -
XYZ 4.98 5.6 2.49 -
YUV 65.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 71 68 36 0 0.04 0.49 0.72 54.86 0.33 0.21
Hex 47 44 24 0 4 31 48 37 21 15
Octal 107 104 44 0 4 61 110 67 41 25
Binary 1000111 1000100 100100 0 100 110001 1001000 110111 100001 10101

Color Harmonies of #474424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474424

Black with #474424

Text Example


Text Example

White with #474424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474424; }

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

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

background-color css

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

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

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

border-color css

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

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

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