Html Css Color HEX #917463 Beaver

📋 copy color: '#917463'

red 145 ◦ green 116 ◦ blue 99

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

Shades of Beaver #917463

Tints of Beaver #917463

RGB

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

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

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

R = 40.28%
G = 32.22%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#917463 (or 0x917463) is known color: Beaver. HEX triplet: 91, 74 and 63. RGB value is (145,116,99). Sum of RGB (Red+Green+Blue) = 145+116+99=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #917463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917463 is #6E8B9C. Grayscale: #7A7A7A. Windows color (decimal): -7244701 or 6517905. OLE color: 6517905.

HSL color Cylindrical-coordinate representation of color #917463: hue angle of 22.17º 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 #917463 is Cyan = 0, Magento = 0.2, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 116 99 -
CMYK 0 0.2 0.32 0.43
HSL 22.17º 0.19% 0.48% -
HSV(B) 22.17º 0.32% 0.57% -
XYZ 20.17 19.41 14.49 -
YUV 122.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 145 116 99 0 0.2 0.32 0.43 22.17 0.19 0.48
Hex 91 74 63 0 14 20 2B 16 13 30
Octal 221 164 143 0 24 40 53 26 23 60
Binary 10010001 1110100 1100011 0 10100 100000 101011 10110 10011 110000

Color Harmonies of #917463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917463

Black with #917463

Text Example


Text Example

White with #917463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917463; }

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

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

background-color css

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

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

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

border-color css

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

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

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