Html Css Color HEX #47452E Woodrush

📋 copy color: '#47452E'

red 71 ◦ green 69 ◦ blue 46

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

Shades of Woodrush #47452E

Tints of Woodrush #47452E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.73%

R = 38.17%
G = 37.1%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#47452E (or 0x47452E) is known color: Woodrush. HEX triplet: 47, 45 and 2E. RGB value is (71,69,46). Sum of RGB (Red+Green+Blue) = 71+69+46=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #47452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47452E is #B8BAD1. Grayscale: #434343. Windows color (decimal): -12106450 or 3032391. OLE color: 3032391.

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

Color convert

RGB 71 69 46 -
CMYK 0 0.03 0.35 0.72
HSL 55.2º 0.21% 0.23% -
HSV(B) 55.2º 0.35% 0.28% -
XYZ 5.22 5.79 3.43 -
YUV 66.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 71 69 46 0 0.03 0.35 0.72 55.2 0.21 0.23
Hex 47 45 2E 0 3 23 48 37 15 17
Octal 107 105 56 0 3 43 110 67 25 27
Binary 1000111 1000101 101110 0 11 100011 1001000 110111 10101 10111

Color Harmonies of #47452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47452E

Black with #47452E

Text Example


Text Example

White with #47452E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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