Html Css Color HEX #474527 Woodrush

📋 copy color: '#474527'

red 71 ◦ green 69 ◦ blue 39

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

Shades of Woodrush #474527

Tints of Woodrush #474527

RGB

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

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

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

R = 39.66%
G = 38.55%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#474527 (or 0x474527) is known color: Woodrush. HEX triplet: 47, 45 and 27. RGB value is (71,69,39). Sum of RGB (Red+Green+Blue) = 71+69+39=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #474527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474527 is #B8BAD8. Grayscale: #424242. Windows color (decimal): -12106457 or 2573639. OLE color: 2573639.

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

Color convert

RGB 71 69 39 -
CMYK 0 0.03 0.45 0.72
HSL 56.25º 0.29% 0.22% -
HSV(B) 56.25º 0.45% 0.28% -
XYZ 5.09 5.74 2.76 -
YUV 66.18 112.66 131.44 -
System Red Green Blue C M Y K H S L
Decimal 71 69 39 0 0.03 0.45 0.72 56.25 0.29 0.22
Hex 47 45 27 0 3 2D 48 38 1D 16
Octal 107 105 47 0 3 55 110 70 35 26
Binary 1000111 1000101 100111 0 11 101101 1001000 111000 11101 10110

Color Harmonies of #474527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474527

Black with #474527

Text Example


Text Example

White with #474527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474527; }

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

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

background-color css

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

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

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

border-color css

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

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

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