Html Css Color HEX #93745E Beaver

📋 copy color: '#93745E'

red 147 ◦ green 116 ◦ blue 94

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

Shades of Beaver #93745E

Tints of Beaver #93745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

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

R = 41.18%
G = 32.49%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#93745E (or 0x93745E) is known color: Beaver. HEX triplet: 93, 74 and 5E. RGB value is (147,116,94). Sum of RGB (Red+Green+Blue) = 147+116+94=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #93745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93745E is #6C8BA1. Grayscale: #7A7A7A. Windows color (decimal): -7113634 or 6190227. OLE color: 6190227.

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

Color convert

RGB 147 116 94 -
CMYK 0 0.21 0.36 0.42
HSL 24.91º 0.22% 0.47% -
HSV(B) 24.91º 0.36% 0.58% -
XYZ 20.3 19.5 13.28 -
YUV 122.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 147 116 94 0 0.21 0.36 0.42 24.91 0.22 0.47
Hex 93 74 5E 0 15 24 2A 19 16 2F
Octal 223 164 136 0 25 44 52 31 26 57
Binary 10010011 1110100 1011110 0 10101 100100 101010 11001 10110 101111

Color Harmonies of #93745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93745E

Black with #93745E

Text Example


Text Example

White with #93745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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