Html Css Color HEX #917563 Beaver

📋 copy color: '#917563'

red 145 ◦ green 117 ◦ blue 99

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

Shades of Beaver #917563

Tints of Beaver #917563

RGB

 RED value IS 145 (57.03% from 255) = 40.17%

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

 BLUE value IS 99 (39.06% from 255) = 27.42%

R = 40.17%
G = 32.41%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#917563 (or 0x917563) is known color: Beaver. HEX triplet: 91, 75 and 63. RGB value is (145,117,99). Sum of RGB (Red+Green+Blue) = 145+117+99=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #917563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917563 is #6E8A9C. Grayscale: #7B7B7B. Windows color (decimal): -7244445 or 6518161. OLE color: 6518161.

HSL color Cylindrical-coordinate representation of color #917563: hue angle of 23.48º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #917563 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 117 99 -
CMYK 0 0.19 0.32 0.43
HSL 23.48º 0.19% 0.48% -
HSV(B) 23.48º 0.32% 0.57% -
XYZ 20.29 19.64 14.53 -
YUV 123.32 114.28 143.46 -
System Red Green Blue C M Y K H S L
Decimal 145 117 99 0 0.19 0.32 0.43 23.48 0.19 0.48
Hex 91 75 63 0 13 20 2B 17 13 30
Octal 221 165 143 0 23 40 53 27 23 60
Binary 10010001 1110101 1100011 0 10011 100000 101011 10111 10011 110000

Color Harmonies of #917563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917563

Black with #917563

Text Example


Text Example

White with #917563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917563; }

 p { color: rgb(145,117,99); }

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

background-color css

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

 a { background-color: rgb(145,117,99); }

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

border-color css

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

 span { border-color: rgb(145,117,99); }

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