Html Css Color HEX #474428 Woodrush

📋 copy color: '#474428'

red 71 ◦ green 68 ◦ blue 40

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

Shades of Woodrush #474428

Tints of Woodrush #474428

RGB

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

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

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

R = 39.66%
G = 37.99%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#474428 (or 0x474428) is known color: Woodrush. HEX triplet: 47, 44 and 28. RGB value is (71,68,40). Sum of RGB (Red+Green+Blue) = 71+68+40=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #474428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474428 is #B8BBD7. Grayscale: #414141. Windows color (decimal): -12106712 or 2638919. OLE color: 2638919.

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

Color convert

RGB 71 68 40 -
CMYK 0 0.04 0.44 0.72
HSL 54.19º 0.28% 0.22% -
HSV(B) 54.19º 0.44% 0.28% -
XYZ 5.05 5.63 2.83 -
YUV 65.71 113.49 131.78 -
System Red Green Blue C M Y K H S L
Decimal 71 68 40 0 0.04 0.44 0.72 54.19 0.28 0.22
Hex 47 44 28 0 4 2C 48 36 1C 16
Octal 107 104 50 0 4 54 110 66 34 26
Binary 1000111 1000100 101000 0 100 101100 1001000 110110 11100 10110

Color Harmonies of #474428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474428

Black with #474428

Text Example


Text Example

White with #474428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474428; }

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

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

background-color css

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

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

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

border-color css

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

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

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