Html Css Color HEX #47442F Woodrush

📋 copy color: '#47442F'

red 71 ◦ green 68 ◦ blue 47

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

Shades of Woodrush #47442F

Tints of Woodrush #47442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.56%

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

R = 38.17%
G = 36.56%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#47442F (or 0x47442F) is known color: Woodrush. HEX triplet: 47, 44 and 2F. RGB value is (71,68,47). Sum of RGB (Red+Green+Blue) = 71+68+47=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #47442F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47442F is #B8BBD0. Grayscale: #424242. Windows color (decimal): -12106705 or 3097671. OLE color: 3097671.

HSL color Cylindrical-coordinate representation of color #47442F: hue angle of 52.5º 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 #47442F is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 68 47 -
CMYK 0 0.04 0.34 0.72
HSL 52.5º 0.2% 0.23% -
HSV(B) 52.5º 0.34% 0.28% -
XYZ 5.18 5.68 3.51 -
YUV 66.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 71 68 47 0 0.04 0.34 0.72 52.5 0.2 0.23
Hex 47 44 2F 0 4 22 48 34 14 17
Octal 107 104 57 0 4 42 110 64 24 27
Binary 1000111 1000100 101111 0 100 100010 1001000 110100 10100 10111

Color Harmonies of #47442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47442F

Black with #47442F

Text Example


Text Example

White with #47442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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