Html Css Color HEX #47685F Stromboli

📋 copy color: '#47685F'

red 71 ◦ green 104 ◦ blue 95

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

Shades of Stromboli #47685F

Tints of Stromboli #47685F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.52%

 BLUE value IS 95 (37.5% from 255) = 35.19%

R = 26.3%
G = 38.52%
B = 35.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#47685F (or 0x47685F) is known color: Stromboli. HEX triplet: 47, 68 and 5F. RGB value is (71,104,95). Sum of RGB (Red+Green+Blue) = 71+104+95=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #47685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47685F is #B897A0. Grayscale: #5D5D5D. Windows color (decimal): -12097441 or 6252615. OLE color: 6252615.

HSL color Cylindrical-coordinate representation of color #47685F: hue angle of 163.64º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #47685F is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 104 95 -
CMYK 0.32 0 0.09 0.59
HSL 163.64º 0.19% 0.34% -
HSV(B) 163.64º 0.32% 0.41% -
XYZ 9.61 12.07 12.65 -
YUV 93.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 71 104 95 0.32 0 0.09 0.59 163.64 0.19 0.34
Hex 47 68 5F 20 0 9 3B A4 13 22
Octal 107 150 137 40 0 11 73 244 23 42
Binary 1000111 1101000 1011111 100000 0 1001 111011 10100100 10011 100010

Color Harmonies of #47685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47685F

Black with #47685F

Text Example


Text Example

White with #47685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47685F; }

 p { color: rgb(71,104,95); }

 H1.HeaderClassName
 {
   color: #47685F;
 }
 .AnyTagClassName
 {
   color: #47685F;
 }
</style>

background-color css

<style>
 a { background-color: #47685F; }

 a { background-color: rgb(71,104,95); }

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

border-color css

<style>
 span { border-color: #47685F; }

 span { border-color: rgb(71,104,95); }

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