Html Css Color HEX #93775F Beaver

📋 copy color: '#93775F'

red 147 ◦ green 119 ◦ blue 95

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

Shades of Beaver #93775F

Tints of Beaver #93775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.96%

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

R = 40.72%
G = 32.96%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#93775F (or 0x93775F) is known color: Beaver. HEX triplet: 93, 77 and 5F. RGB value is (147,119,95). Sum of RGB (Red+Green+Blue) = 147+119+95=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #93775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93775F is #6C88A0. Grayscale: #7C7C7C. Windows color (decimal): -7112865 or 6256531. OLE color: 6256531.

HSL color Cylindrical-coordinate representation of color #93775F: hue angle of 27.69º 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 #93775F is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 119 95 -
CMYK 0 0.19 0.35 0.42
HSL 27.69º 0.21% 0.47% -
HSV(B) 27.69º 0.35% 0.58% -
XYZ 20.7 20.22 13.64 -
YUV 124.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 147 119 95 0 0.19 0.35 0.42 27.69 0.21 0.47
Hex 93 77 5F 0 13 23 2A 1C 15 2F
Octal 223 167 137 0 23 43 52 34 25 57
Binary 10010011 1110111 1011111 0 10011 100011 101010 11100 10101 101111

Color Harmonies of #93775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93775F

Black with #93775F

Text Example


Text Example

White with #93775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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