Html Css Color HEX #47442A Woodrush

📋 copy color: '#47442A'

red 71 ◦ green 68 ◦ blue 42

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

Shades of Woodrush #47442A

Tints of Woodrush #47442A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.2%

R = 39.23%
G = 37.57%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47442A (or 0x47442A) is known color: Woodrush. HEX triplet: 47, 44 and 2A. RGB value is (71,68,42). Sum of RGB (Red+Green+Blue) = 71+68+42=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #47442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47442A is #B8BBD5. Grayscale: #424242. Windows color (decimal): -12106710 or 2769991. OLE color: 2769991.

HSL color Cylindrical-coordinate representation of color #47442A: hue angle of 53.79º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47442A is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 68 42 -
CMYK 0 0.04 0.41 0.72
HSL 53.79º 0.26% 0.22% -
HSV(B) 53.79º 0.41% 0.28% -
XYZ 5.08 5.64 3.01 -
YUV 65.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 71 68 42 0 0.04 0.41 0.72 53.79 0.26 0.22
Hex 47 44 2A 0 4 29 48 36 1A 16
Octal 107 104 52 0 4 51 110 66 32 26
Binary 1000111 1000100 101010 0 100 101001 1001000 110110 11010 10110

Color Harmonies of #47442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47442A

Black with #47442A

Text Example


Text Example

White with #47442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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