Html Css Color HEX #47412A Woodrush

📋 copy color: '#47412A'

red 71 ◦ green 65 ◦ blue 42

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

Shades of Woodrush #47412A

Tints of Woodrush #47412A

RGB

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

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

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

R = 39.89%
G = 36.52%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47412A (or 0x47412A) is known color: Woodrush. HEX triplet: 47, 41 and 2A. RGB value is (71,65,42). Sum of RGB (Red+Green+Blue) = 71+65+42=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #47412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47412A is #B8BED5. Grayscale: #404040. Windows color (decimal): -12107478 or 2769223. OLE color: 2769223.

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

Color convert

RGB 71 65 42 -
CMYK 0 0.08 0.41 0.72
HSL 47.59º 0.26% 0.22% -
HSV(B) 47.59º 0.41% 0.28% -
XYZ 4.91 5.29 2.95 -
YUV 64.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 71 65 42 0 0.08 0.41 0.72 47.59 0.26 0.22
Hex 47 41 2A 0 8 29 48 30 1A 16
Octal 107 101 52 0 10 51 110 60 32 26
Binary 1000111 1000001 101010 0 1000 101001 1001000 110000 11010 10110

Color Harmonies of #47412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47412A

Black with #47412A

Text Example


Text Example

White with #47412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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