Html Css Color HEX #474525 Woodrush

📋 copy color: '#474525'

red 71 ◦ green 69 ◦ blue 37

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

Shades of Woodrush #474525

Tints of Woodrush #474525

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.98%

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

R = 40.11%
G = 38.98%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#474525 (or 0x474525) is known color: Woodrush. HEX triplet: 47, 45 and 25. RGB value is (71,69,37). Sum of RGB (Red+Green+Blue) = 71+69+37=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #474525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474525 is #B8BADA. Grayscale: #424242. Windows color (decimal): -12106459 or 2442567. OLE color: 2442567.

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

Color convert

RGB 71 69 37 -
CMYK 0 0.03 0.48 0.72
HSL 56.47º 0.31% 0.21% -
HSV(B) 56.47º 0.48% 0.28% -
XYZ 5.06 5.73 2.59 -
YUV 65.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 71 69 37 0 0.03 0.48 0.72 56.47 0.31 0.21
Hex 47 45 25 0 3 30 48 38 1F 15
Octal 107 105 45 0 3 60 110 70 37 25
Binary 1000111 1000101 100101 0 11 110000 1001000 111000 11111 10101

Color Harmonies of #474525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474525

Black with #474525

Text Example


Text Example

White with #474525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474525; }

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

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

background-color css

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

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

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

border-color css

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

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

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