Html Css Color HEX #47452B Woodrush

📋 copy color: '#47452B'

red 71 ◦ green 69 ◦ blue 43

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

Shades of Woodrush #47452B

Tints of Woodrush #47452B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.5%

R = 38.8%
G = 37.7%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47452B (or 0x47452B) is known color: Woodrush. HEX triplet: 47, 45 and 2B. RGB value is (71,69,43). Sum of RGB (Red+Green+Blue) = 71+69+43=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #47452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47452B is #B8BAD4. Grayscale: #424242. Windows color (decimal): -12106453 or 2835783. OLE color: 2835783.

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

Color convert

RGB 71 69 43 -
CMYK 0 0.03 0.39 0.72
HSL 55.71º 0.25% 0.22% -
HSV(B) 55.71º 0.39% 0.28% -
XYZ 5.16 5.77 3.13 -
YUV 66.63 114.66 131.11 -
System Red Green Blue C M Y K H S L
Decimal 71 69 43 0 0.03 0.39 0.72 55.71 0.25 0.22
Hex 47 45 2B 0 3 27 48 38 19 16
Octal 107 105 53 0 3 47 110 70 31 26
Binary 1000111 1000101 101011 0 11 100111 1001000 111000 11001 10110

Color Harmonies of #47452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47452B

Black with #47452B

Text Example


Text Example

White with #47452B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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