Html Css Color HEX #93735E Beaver

📋 copy color: '#93735E'

red 147 ◦ green 115 ◦ blue 94

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

Shades of Beaver #93735E

Tints of Beaver #93735E

RGB

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

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

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

R = 41.29%
G = 32.3%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#93735E (or 0x93735E) is known color: Beaver. HEX triplet: 93, 73 and 5E. RGB value is (147,115,94). Sum of RGB (Red+Green+Blue) = 147+115+94=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93735E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93735E is #6C8CA1. Grayscale: #7A7A7A. Windows color (decimal): -7113890 or 6189971. OLE color: 6189971.

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

Color convert

RGB 147 115 94 -
CMYK 0 0.22 0.36 0.42
HSL 23.77º 0.22% 0.47% -
HSV(B) 23.77º 0.36% 0.58% -
XYZ 20.18 19.27 13.25 -
YUV 122.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 147 115 94 0 0.22 0.36 0.42 23.77 0.22 0.47
Hex 93 73 5E 0 16 24 2A 18 16 2F
Octal 223 163 136 0 26 44 52 30 26 57
Binary 10010011 1110011 1011110 0 10110 100100 101010 11000 10110 101111

Color Harmonies of #93735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93735E

Black with #93735E

Text Example


Text Example

White with #93735E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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