Html Css Color HEX #474625 Woodrush

📋 copy color: '#474625'

red 71 ◦ green 70 ◦ blue 37

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

Shades of Woodrush #474625

Tints of Woodrush #474625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.79%

R = 39.89%
G = 39.33%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#474625 (or 0x474625) is known color: Woodrush. HEX triplet: 47, 46 and 25. RGB value is (71,70,37). Sum of RGB (Red+Green+Blue) = 71+70+37=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #474625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474625 is #B8B9DA. Grayscale: #424242. Windows color (decimal): -12106203 or 2442823. OLE color: 2442823.

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

Color convert

RGB 71 70 37 -
CMYK 0 0.01 0.48 0.72
HSL 58.24º 0.31% 0.21% -
HSV(B) 58.24º 0.48% 0.28% -
XYZ 5.12 5.85 2.61 -
YUV 66.54 111.33 131.18 -
System Red Green Blue C M Y K H S L
Decimal 71 70 37 0 0.01 0.48 0.72 58.24 0.31 0.21
Hex 47 46 25 0 1 30 48 3A 1F 15
Octal 107 106 45 0 1 60 110 72 37 25
Binary 1000111 1000110 100101 0 1 110000 1001000 111010 11111 10101

Color Harmonies of #474625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474625

Black with #474625

Text Example


Text Example

White with #474625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474625; }

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

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

background-color css

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

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

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

border-color css

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

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

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