Html Css Color HEX #47452F Woodrush

📋 copy color: '#47452F'

red 71 ◦ green 69 ◦ blue 47

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

Shades of Woodrush #47452F

Tints of Woodrush #47452F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.13%

R = 37.97%
G = 36.9%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#47452F (or 0x47452F) is known color: Woodrush. HEX triplet: 47, 45 and 2F. RGB value is (71,69,47). Sum of RGB (Red+Green+Blue) = 71+69+47=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #47452F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47452F is #B8BAD0. Grayscale: #434343. Windows color (decimal): -12106449 or 3097927. OLE color: 3097927.

HSL color Cylindrical-coordinate representation of color #47452F: hue angle of 55º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47452F is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 69 47 -
CMYK 0 0.03 0.34 0.72
HSL 55º 0.2% 0.23% -
HSV(B) 55º 0.34% 0.28% -
XYZ 5.24 5.8 3.53 -
YUV 67.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 71 69 47 0 0.03 0.34 0.72 55 0.2 0.23
Hex 47 45 2F 0 3 22 48 37 14 17
Octal 107 105 57 0 3 42 110 67 24 27
Binary 1000111 1000101 101111 0 11 100010 1001000 110111 10100 10111

Color Harmonies of #47452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47452F

Black with #47452F

Text Example


Text Example

White with #47452F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47452F; }

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

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

background-color css

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

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

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

border-color css

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

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

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