Html Css Color HEX #474126 Woodrush

📋 copy color: '#474126'

red 71 ◦ green 65 ◦ blue 38

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

Shades of Woodrush #474126

Tints of Woodrush #474126

RGB

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

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

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

R = 40.8%
G = 37.36%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#474126 (or 0x474126) is known color: Woodrush. HEX triplet: 47, 41 and 26. RGB value is (71,65,38). Sum of RGB (Red+Green+Blue) = 71+65+38=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #474126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474126 is #B8BED9. Grayscale: #3F3F3F. Windows color (decimal): -12107482 or 2507079. OLE color: 2507079.

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

Color convert

RGB 71 65 38 -
CMYK 0 0.08 0.46 0.72
HSL 49.09º 0.3% 0.21% -
HSV(B) 49.09º 0.46% 0.28% -
XYZ 4.84 5.26 2.59 -
YUV 63.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 71 65 38 0 0.08 0.46 0.72 49.09 0.3 0.21
Hex 47 41 26 0 8 2E 48 31 1E 15
Octal 107 101 46 0 10 56 110 61 36 25
Binary 1000111 1000001 100110 0 1000 101110 1001000 110001 11110 10101

Color Harmonies of #474126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474126

Black with #474126

Text Example


Text Example

White with #474126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474126; }

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

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

background-color css

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

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

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

border-color css

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

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

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