Html Css Color HEX #937565 Beaver

📋 copy color: '#937565'

red 147 ◦ green 117 ◦ blue 101

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

Shades of Beaver #937565

Tints of Beaver #937565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.05%

 BLUE value IS 101 (39.84% from 255) = 27.67%

R = 40.27%
G = 32.05%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#937565 (or 0x937565) is known color: Beaver. HEX triplet: 93, 75 and 65. RGB value is (147,117,101). Sum of RGB (Red+Green+Blue) = 147+117+101=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #937565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937565 is #6C8A9A. Grayscale: #7C7C7C. Windows color (decimal): -7113371 or 6649235. OLE color: 6649235.

HSL color Cylindrical-coordinate representation of color #937565: hue angle of 20.87º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #937565 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 117 101 -
CMYK 0 0.20 0.31 0.42
HSL 20.87º 0.19% 0.49% -
HSV(B) 20.87º 0.31% 0.58% -
XYZ 20.74 19.87 15.05 -
YUV 124.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 147 117 101 0 0.20 0.31 0.42 20.87 0.19 0.49
Hex 93 75 65 0 14 1F 2A 15 13 31
Octal 223 165 145 0 24 37 52 25 23 61
Binary 10010011 1110101 1100101 0 10100 11111 101010 10101 10011 110001

Color Harmonies of #937565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937565

Black with #937565

Text Example


Text Example

White with #937565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937565; }

 p { color: rgb(147,117,101); }

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

background-color css

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

 a { background-color: rgb(147,117,101); }

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

border-color css

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

 span { border-color: rgb(147,117,101); }

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