Html Css Color HEX #927263 Beaver

📋 copy color: '#927263'

red 146 ◦ green 114 ◦ blue 99

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

Shades of Beaver #927263

Tints of Beaver #927263

RGB

 RED value IS 146 (57.42% from 255) = 40.67%

 GREEN value IS 114 (44.92% from 255) = 31.75%

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

R = 40.67%
G = 31.75%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#927263 (or 0x927263) is known color: Beaver. HEX triplet: 92, 72 and 63. RGB value is (146,114,99). Sum of RGB (Red+Green+Blue) = 146+114+99=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #927263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927263 is #6D8D9C. Grayscale: #797979. Windows color (decimal): -7179677 or 6517394. OLE color: 6517394.

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

Color convert

RGB 146 114 99 -
CMYK 0 0.22 0.32 0.43
HSL 19.15º 0.19% 0.48% -
HSV(B) 19.15º 0.32% 0.57% -
XYZ 20.12 19.05 14.42 -
YUV 121.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 146 114 99 0 0.22 0.32 0.43 19.15 0.19 0.48
Hex 92 72 63 0 16 20 2B 13 13 30
Octal 222 162 143 0 26 40 53 23 23 60
Binary 10010010 1110010 1100011 0 10110 100000 101011 10011 10011 110000

Color Harmonies of #927263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927263

Black with #927263

Text Example


Text Example

White with #927263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927263; }

 p { color: rgb(146,114,99); }

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

background-color css

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

 a { background-color: rgb(146,114,99); }

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

border-color css

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

 span { border-color: rgb(146,114,99); }

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