Html Css Color HEX #474125 Woodrush

📋 copy color: '#474125'

red 71 ◦ green 65 ◦ blue 37

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

Shades of Woodrush #474125

Tints of Woodrush #474125

RGB

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

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

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

R = 41.04%
G = 37.57%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#474125 (or 0x474125) is known color: Woodrush. HEX triplet: 47, 41 and 25. RGB value is (71,65,37). Sum of RGB (Red+Green+Blue) = 71+65+37=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #474125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474125 is #B8BEDA. Grayscale: #3F3F3F. Windows color (decimal): -12107483 or 2441543. OLE color: 2441543.

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

Color convert

RGB 71 65 37 -
CMYK 0 0.08 0.48 0.72
HSL 49.41º 0.31% 0.21% -
HSV(B) 49.41º 0.48% 0.28% -
XYZ 4.82 5.25 2.51 -
YUV 63.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 71 65 37 0 0.08 0.48 0.72 49.41 0.31 0.21
Hex 47 41 25 0 8 30 48 31 1F 15
Octal 107 101 45 0 10 60 110 61 37 25
Binary 1000111 1000001 100101 0 1000 110000 1001000 110001 11111 10101

Color Harmonies of #474125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474125

Black with #474125

Text Example


Text Example

White with #474125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474125; }

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

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

background-color css

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

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

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

border-color css

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

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

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