Html Css Color HEX #474427 Woodrush

📋 copy color: '#474427'

red 71 ◦ green 68 ◦ blue 39

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

Shades of Woodrush #474427

Tints of Woodrush #474427

RGB

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

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

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

R = 39.89%
G = 38.2%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#474427 (or 0x474427) is known color: Woodrush. HEX triplet: 47, 44 and 27. RGB value is (71,68,39). Sum of RGB (Red+Green+Blue) = 71+68+39=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #474427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474427 is #B8BBD8. Grayscale: #414141. Windows color (decimal): -12106713 or 2573383. OLE color: 2573383.

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

Color convert

RGB 71 68 39 -
CMYK 0 0.04 0.45 0.72
HSL 54.38º 0.29% 0.22% -
HSV(B) 54.38º 0.45% 0.28% -
XYZ 5.03 5.62 2.74 -
YUV 65.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 71 68 39 0 0.04 0.45 0.72 54.38 0.29 0.22
Hex 47 44 27 0 4 2D 48 36 1D 16
Octal 107 104 47 0 4 55 110 66 35 26
Binary 1000111 1000100 100111 0 100 101101 1001000 110110 11101 10110

Color Harmonies of #474427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474427

Black with #474427

Text Example


Text Example

White with #474427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474427; }

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

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

background-color css

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

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

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

border-color css

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

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

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