Html Css Color HEX #474626 Woodrush

📋 copy color: '#474626'

red 71 ◦ green 70 ◦ blue 38

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

Shades of Woodrush #474626

Tints of Woodrush #474626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.23%

R = 39.66%
G = 39.11%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#474626 (or 0x474626) is known color: Woodrush. HEX triplet: 47, 46 and 26. RGB value is (71,70,38). Sum of RGB (Red+Green+Blue) = 71+70+38=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #474626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474626 is #B8B9D9. Grayscale: #424242. Windows color (decimal): -12106202 or 2508359. OLE color: 2508359.

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

Color convert

RGB 71 70 38 -
CMYK 0 0.01 0.46 0.72
HSL 58.18º 0.3% 0.21% -
HSV(B) 58.18º 0.46% 0.28% -
XYZ 5.14 5.86 2.69 -
YUV 66.65 111.83 131.1 -
System Red Green Blue C M Y K H S L
Decimal 71 70 38 0 0.01 0.46 0.72 58.18 0.3 0.21
Hex 47 46 26 0 1 2E 48 3A 1E 15
Octal 107 106 46 0 1 56 110 72 36 25
Binary 1000111 1000110 100110 0 1 101110 1001000 111010 11110 10101

Color Harmonies of #474626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474626

Black with #474626

Text Example


Text Example

White with #474626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474626; }

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

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

background-color css

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

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

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

border-color css

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

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

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