Html Css Color HEX #47452C Woodrush

📋 copy color: '#47452C'

red 71 ◦ green 69 ◦ blue 44

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

Shades of Woodrush #47452C

Tints of Woodrush #47452C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.91%

R = 38.59%
G = 37.5%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47452C (or 0x47452C) is known color: Woodrush. HEX triplet: 47, 45 and 2C. RGB value is (71,69,44). Sum of RGB (Red+Green+Blue) = 71+69+44=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #47452C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47452C is #B8BAD3. Grayscale: #424242. Windows color (decimal): -12106452 or 2901319. OLE color: 2901319.

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

Color convert

RGB 71 69 44 -
CMYK 0 0.03 0.38 0.72
HSL 55.56º 0.23% 0.23% -
HSV(B) 55.56º 0.38% 0.28% -
XYZ 5.18 5.78 3.22 -
YUV 66.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 71 69 44 0 0.03 0.38 0.72 55.56 0.23 0.23
Hex 47 45 2C 0 3 26 48 38 17 17
Octal 107 105 54 0 3 46 110 70 27 27
Binary 1000111 1000101 101100 0 11 100110 1001000 111000 10111 10111

Color Harmonies of #47452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47452C

Black with #47452C

Text Example


Text Example

White with #47452C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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