Html Css Color HEX #47461E Woodrush

📋 copy color: '#47461E'

red 71 ◦ green 70 ◦ blue 30

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

Shades of Woodrush #47461E

Tints of Woodrush #47461E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.54%

R = 41.52%
G = 40.94%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47461E (or 0x47461E) is known color: Woodrush. HEX triplet: 47, 46 and 1E. RGB value is (71,70,30). Sum of RGB (Red+Green+Blue) = 71+70+30=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #47461E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47461E is #B8B9E1. Grayscale: #414141. Windows color (decimal): -12106210 or 1984071. OLE color: 1984071.

HSL color Cylindrical-coordinate representation of color #47461E: hue angle of 58.54º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47461E is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 70 30 -
CMYK 0 0.01 0.58 0.72
HSL 58.54º 0.41% 0.2% -
HSV(B) 58.54º 0.58% 0.28% -
XYZ 5.02 5.81 2.09 -
YUV 65.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 71 70 30 0 0.01 0.58 0.72 58.54 0.41 0.2
Hex 47 46 1E 0 1 3A 48 3B 29 14
Octal 107 106 36 0 1 72 110 73 51 24
Binary 1000111 1000110 11110 0 1 111010 1001000 111011 101001 10100

Color Harmonies of #47461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47461E

Black with #47461E

Text Example


Text Example

White with #47461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47461E; }

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

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

background-color css

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

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

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

border-color css

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

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

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