Html Css Color HEX #474627 Woodrush

📋 copy color: '#474627'

red 71 ◦ green 70 ◦ blue 39

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

Shades of Woodrush #474627

Tints of Woodrush #474627

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.89%

 BLUE value IS 39 (15.63% from 255) = 21.67%

R = 39.44%
G = 38.89%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#474627 (or 0x474627) is known color: Woodrush. HEX triplet: 47, 46 and 27. RGB value is (71,70,39). Sum of RGB (Red+Green+Blue) = 71+70+39=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #474627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474627 is #B8B9D8. Grayscale: #424242. Windows color (decimal): -12106201 or 2573895. OLE color: 2573895.

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

Color convert

RGB 71 70 39 -
CMYK 0 0.01 0.45 0.72
HSL 58.13º 0.29% 0.22% -
HSV(B) 58.13º 0.45% 0.28% -
XYZ 5.15 5.87 2.78 -
YUV 66.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 71 70 39 0 0.01 0.45 0.72 58.13 0.29 0.22
Hex 47 46 27 0 1 2D 48 3A 1D 16
Octal 107 106 47 0 1 55 110 72 35 26
Binary 1000111 1000110 100111 0 1 101101 1001000 111010 11101 10110

Color Harmonies of #474627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474627

Black with #474627

Text Example


Text Example

White with #474627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474627; }

 p { color: rgb(71,70,39); }

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

background-color css

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

 a { background-color: rgb(71,70,39); }

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

border-color css

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

 span { border-color: rgb(71,70,39); }

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