Html Css Color HEX #474528 Woodrush

📋 copy color: '#474528'

red 71 ◦ green 69 ◦ blue 40

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

Shades of Woodrush #474528

Tints of Woodrush #474528

RGB

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

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

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

R = 39.44%
G = 38.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#474528 (or 0x474528) is known color: Woodrush. HEX triplet: 47, 45 and 28. RGB value is (71,69,40). Sum of RGB (Red+Green+Blue) = 71+69+40=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #474528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474528 is #B8BAD7. Grayscale: #424242. Windows color (decimal): -12106456 or 2639175. OLE color: 2639175.

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

Color convert

RGB 71 69 40 -
CMYK 0 0.03 0.44 0.72
HSL 56.13º 0.28% 0.22% -
HSV(B) 56.13º 0.44% 0.28% -
XYZ 5.11 5.75 2.85 -
YUV 66.29 113.16 131.36 -
System Red Green Blue C M Y K H S L
Decimal 71 69 40 0 0.03 0.44 0.72 56.13 0.28 0.22
Hex 47 45 28 0 3 2C 48 38 1C 16
Octal 107 105 50 0 3 54 110 70 34 26
Binary 1000111 1000101 101000 0 11 101100 1001000 111000 11100 10110

Color Harmonies of #474528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474528

Black with #474528

Text Example


Text Example

White with #474528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474528; }

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

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

background-color css

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

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

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

border-color css

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

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

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