Html Css Color HEX #474422 Woodrush

📋 copy color: '#474422'

red 71 ◦ green 68 ◦ blue 34

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

Shades of Woodrush #474422

Tints of Woodrush #474422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.65%

R = 41.04%
G = 39.31%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#474422 (or 0x474422) is known color: Woodrush. HEX triplet: 47, 44 and 22. RGB value is (71,68,34). Sum of RGB (Red+Green+Blue) = 71+68+34=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #474422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474422 is #B8BBDD. Grayscale: #414141. Windows color (decimal): -12106718 or 2245703. OLE color: 2245703.

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

Color convert

RGB 71 68 34 -
CMYK 0 0.04 0.52 0.72
HSL 55.14º 0.35% 0.21% -
HSV(B) 55.14º 0.52% 0.28% -
XYZ 4.95 5.59 2.33 -
YUV 65.02 110.49 132.26 -
System Red Green Blue C M Y K H S L
Decimal 71 68 34 0 0.04 0.52 0.72 55.14 0.35 0.21
Hex 47 44 22 0 4 34 48 37 23 15
Octal 107 104 42 0 4 64 110 67 43 25
Binary 1000111 1000100 100010 0 100 110100 1001000 110111 100011 10101

Color Harmonies of #474422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474422

Black with #474422

Text Example


Text Example

White with #474422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474422; }

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

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

background-color css

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

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

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

border-color css

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

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

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