Html Css Color HEX #93735F Beaver

📋 copy color: '#93735F'

red 147 ◦ green 115 ◦ blue 95

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

Shades of Beaver #93735F

Tints of Beaver #93735F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

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

R = 41.18%
G = 32.21%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#93735F (or 0x93735F) is known color: Beaver. HEX triplet: 93, 73 and 5F. RGB value is (147,115,95). Sum of RGB (Red+Green+Blue) = 147+115+95=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #93735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93735F is #6C8CA0. Grayscale: #7A7A7A. Windows color (decimal): -7113889 or 6255507. OLE color: 6255507.

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

Color convert

RGB 147 115 95 -
CMYK 0 0.22 0.35 0.42
HSL 23.08º 0.21% 0.47% -
HSV(B) 23.08º 0.35% 0.58% -
XYZ 20.23 19.29 13.48 -
YUV 122.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 147 115 95 0 0.22 0.35 0.42 23.08 0.21 0.47
Hex 93 73 5F 0 16 23 2A 17 15 2F
Octal 223 163 137 0 26 43 52 27 25 57
Binary 10010011 1110011 1011111 0 10110 100011 101010 10111 10101 101111

Color Harmonies of #93735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93735F

Black with #93735F

Text Example


Text Example

White with #93735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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