Html Css Color HEX #93765E Beaver

📋 copy color: '#93765E'

red 147 ◦ green 118 ◦ blue 94

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

Shades of Beaver #93765E

Tints of Beaver #93765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

 BLUE value IS 94 (37.11% from 255) = 26.18%

R = 40.95%
G = 32.87%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#93765E (or 0x93765E) is known color: Beaver. HEX triplet: 93, 76 and 5E. RGB value is (147,118,94). Sum of RGB (Red+Green+Blue) = 147+118+94=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93765E is #6C89A1. Grayscale: #7C7C7C. Windows color (decimal): -7113122 or 6190739. OLE color: 6190739.

HSL color Cylindrical-coordinate representation of color #93765E: hue angle of 27.17º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93765E is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 118 94 -
CMYK 0 0.20 0.36 0.42
HSL 27.17º 0.22% 0.47% -
HSV(B) 27.17º 0.36% 0.58% -
XYZ 20.53 19.97 13.36 -
YUV 123.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 147 118 94 0 0.20 0.36 0.42 27.17 0.22 0.47
Hex 93 76 5E 0 14 24 2A 1B 16 2F
Octal 223 166 136 0 24 44 52 33 26 57
Binary 10010011 1110110 1011110 0 10100 100100 101010 11011 10110 101111

Color Harmonies of #93765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93765E

Black with #93765E

Text Example


Text Example

White with #93765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93765E; }

 p { color: rgb(147,118,94); }

 H1.HeaderClassName
 {
   color: #93765E;
 }
 .AnyTagClassName
 {
   color: #93765E;
 }
</style>

background-color css

<style>
 a { background-color: #93765E; }

 a { background-color: rgb(147,118,94); }

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

border-color css

<style>
 span { border-color: #93765E; }

 span { border-color: rgb(147,118,94); }

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