Html Css Color HEX #474324 Woodrush

📋 copy color: '#474324'

red 71 ◦ green 67 ◦ blue 36

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

Shades of Woodrush #474324

Tints of Woodrush #474324

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.51%

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

R = 40.8%
G = 38.51%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#474324 (or 0x474324) is known color: Woodrush. HEX triplet: 47, 43 and 24. RGB value is (71,67,36). Sum of RGB (Red+Green+Blue) = 71+67+36=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #474324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474324 is #B8BCDB. Grayscale: #404040. Windows color (decimal): -12106972 or 2376519. OLE color: 2376519.

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

Color convert

RGB 71 67 36 -
CMYK 0 0.06 0.49 0.72
HSL 53.14º 0.33% 0.21% -
HSV(B) 53.14º 0.49% 0.28% -
XYZ 4.92 5.48 2.47 -
YUV 64.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 71 67 36 0 0.06 0.49 0.72 53.14 0.33 0.21
Hex 47 43 24 0 6 31 48 35 21 15
Octal 107 103 44 0 6 61 110 65 41 25
Binary 1000111 1000011 100100 0 110 110001 1001000 110101 100001 10101

Color Harmonies of #474324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474324

Black with #474324

Text Example


Text Example

White with #474324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474324; }

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

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

background-color css

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

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

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

border-color css

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

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

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