Html Css Color HEX #474228 Woodrush

📋 copy color: '#474228'

red 71 ◦ green 66 ◦ blue 40

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

Shades of Woodrush #474228

Tints of Woodrush #474228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.29%

 BLUE value IS 40 (16.02% from 255) = 22.6%

R = 40.11%
G = 37.29%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#474228 (or 0x474228) is known color: Woodrush. HEX triplet: 47, 42 and 28. RGB value is (71,66,40). Sum of RGB (Red+Green+Blue) = 71+66+40=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #474228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474228 is #B8BDD7. Grayscale: #404040. Windows color (decimal): -12107224 or 2638407. OLE color: 2638407.

HSL color Cylindrical-coordinate representation of color #474228: hue angle of 50.32º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #474228 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 66 40 -
CMYK 0 0.07 0.44 0.72
HSL 50.32º 0.28% 0.22% -
HSV(B) 50.32º 0.44% 0.28% -
XYZ 4.93 5.39 2.79 -
YUV 64.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 71 66 40 0 0.07 0.44 0.72 50.32 0.28 0.22
Hex 47 42 28 0 7 2C 48 32 1C 16
Octal 107 102 50 0 7 54 110 62 34 26
Binary 1000111 1000010 101000 0 111 101100 1001000 110010 11100 10110

Color Harmonies of #474228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474228

Black with #474228

Text Example


Text Example

White with #474228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474228; }

 p { color: rgb(71,66,40); }

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

background-color css

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

 a { background-color: rgb(71,66,40); }

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

border-color css

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

 span { border-color: rgb(71,66,40); }

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