Html Css Color HEX #474127 Woodrush

📋 copy color: '#474127'

red 71 ◦ green 65 ◦ blue 39

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

Shades of Woodrush #474127

Tints of Woodrush #474127

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.14%

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

R = 40.57%
G = 37.14%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#474127 (or 0x474127) is known color: Woodrush. HEX triplet: 47, 41 and 27. RGB value is (71,65,39). Sum of RGB (Red+Green+Blue) = 71+65+39=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #474127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474127 is #B8BED8. Grayscale: #3F3F3F. Windows color (decimal): -12107481 or 2572615. OLE color: 2572615.

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

Color convert

RGB 71 65 39 -
CMYK 0 0.08 0.45 0.72
HSL 48.75º 0.29% 0.22% -
HSV(B) 48.75º 0.45% 0.28% -
XYZ 4.86 5.27 2.68 -
YUV 63.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 71 65 39 0 0.08 0.45 0.72 48.75 0.29 0.22
Hex 47 41 27 0 8 2D 48 31 1D 16
Octal 107 101 47 0 10 55 110 61 35 26
Binary 1000111 1000001 100111 0 1000 101101 1001000 110001 11101 10110

Color Harmonies of #474127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474127

Black with #474127

Text Example


Text Example

White with #474127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474127; }

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

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

background-color css

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

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

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

border-color css

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

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

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