Html Css Color HEX #93715F Beaver

📋 copy color: '#93715F'

red 147 ◦ green 113 ◦ blue 95

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

Shades of Beaver #93715F

Tints of Beaver #93715F

RGB

 RED value IS 147 (57.81% from 255) = 41.41%

 GREEN value IS 113 (44.53% from 255) = 31.83%

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

R = 41.41%
G = 31.83%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#93715F (or 0x93715F) is known color: Beaver. HEX triplet: 93, 71 and 5F. RGB value is (147,113,95). Sum of RGB (Red+Green+Blue) = 147+113+95=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93715F is #6C8EA0. Grayscale: #797979. Windows color (decimal): -7114401 or 6254995. OLE color: 6254995.

HSL color Cylindrical-coordinate representation of color #93715F: hue angle of 20.77º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93715F is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 113 95 -
CMYK 0 0.23 0.35 0.42
HSL 20.77º 0.21% 0.47% -
HSV(B) 20.77º 0.35% 0.58% -
XYZ 20 18.84 13.41 -
YUV 121.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 147 113 95 0 0.23 0.35 0.42 20.77 0.21 0.47
Hex 93 71 5F 0 17 23 2A 15 15 2F
Octal 223 161 137 0 27 43 52 25 25 57
Binary 10010011 1110001 1011111 0 10111 100011 101010 10101 10101 101111

Color Harmonies of #93715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93715F

Black with #93715F

Text Example


Text Example

White with #93715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,113,95); }

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

background-color css

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

 a { background-color: rgb(147,113,95); }

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

border-color css

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

 span { border-color: rgb(147,113,95); }

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