Html Css Color HEX #474326 Woodrush

📋 copy color: '#474326'

red 71 ◦ green 67 ◦ blue 38

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

Shades of Woodrush #474326

Tints of Woodrush #474326

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.07%

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

R = 40.34%
G = 38.07%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#474326 (or 0x474326) is known color: Woodrush. HEX triplet: 47, 43 and 26. RGB value is (71,67,38). Sum of RGB (Red+Green+Blue) = 71+67+38=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #474326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474326 is #B8BCD9. Grayscale: #414141. Windows color (decimal): -12106970 or 2507591. OLE color: 2507591.

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

Color convert

RGB 71 67 38 -
CMYK 0 0.06 0.46 0.72
HSL 52.73º 0.3% 0.21% -
HSV(B) 52.73º 0.46% 0.28% -
XYZ 4.96 5.49 2.63 -
YUV 64.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 71 67 38 0 0.06 0.46 0.72 52.73 0.3 0.21
Hex 47 43 26 0 6 2E 48 35 1E 15
Octal 107 103 46 0 6 56 110 65 36 25
Binary 1000111 1000011 100110 0 110 101110 1001000 110101 11110 10101

Color Harmonies of #474326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474326

Black with #474326

Text Example


Text Example

White with #474326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474326; }

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

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

background-color css

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

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

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

border-color css

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

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

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