Html Css Color HEX #917362 Beaver

📋 copy color: '#917362'

red 145 ◦ green 115 ◦ blue 98

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

Shades of Beaver #917362

Tints of Beaver #917362

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

 BLUE value IS 98 (38.67% from 255) = 27.37%

R = 40.5%
G = 32.12%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#917362 (or 0x917362) is known color: Beaver. HEX triplet: 91, 73 and 62. RGB value is (145,115,98). Sum of RGB (Red+Green+Blue) = 145+115+98=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #917362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917362 is #6E8C9D. Grayscale: #7A7A7A. Windows color (decimal): -7244958 or 6452113. OLE color: 6452113.

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

Color convert

RGB 145 115 98 -
CMYK 0 0.21 0.32 0.43
HSL 21.7º 0.19% 0.48% -
HSV(B) 21.7º 0.32% 0.57% -
XYZ 20.01 19.16 14.2 -
YUV 122.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 145 115 98 0 0.21 0.32 0.43 21.7 0.19 0.48
Hex 91 73 62 0 15 20 2B 16 13 30
Octal 221 163 142 0 25 40 53 26 23 60
Binary 10010001 1110011 1100010 0 10101 100000 101011 10110 10011 110000

Color Harmonies of #917362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917362

Black with #917362

Text Example


Text Example

White with #917362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917362; }

 p { color: rgb(145,115,98); }

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

background-color css

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

 a { background-color: rgb(145,115,98); }

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

border-color css

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

 span { border-color: rgb(145,115,98); }

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