Html Css Color HEX #917462 Beaver

📋 copy color: '#917462'

red 145 ◦ green 116 ◦ blue 98

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

Shades of Beaver #917462

Tints of Beaver #917462

RGB

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

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

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

R = 40.39%
G = 32.31%
B = 27.3%

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

#917462 (or 0x917462) is known color: Beaver. HEX triplet: 91, 74 and 62. RGB value is (145,116,98). Sum of RGB (Red+Green+Blue) = 145+116+98=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #917462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917462 is #6E8B9D. Grayscale: #7A7A7A. Windows color (decimal): -7244702 or 6452369. OLE color: 6452369.

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

Color convert

RGB 145 116 98 -
CMYK 0 0.2 0.32 0.43
HSL 22.98º 0.19% 0.48% -
HSV(B) 22.98º 0.32% 0.57% -
XYZ 20.13 19.39 14.24 -
YUV 122.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 145 116 98 0 0.2 0.32 0.43 22.98 0.19 0.48
Hex 91 74 62 0 14 20 2B 17 13 30
Octal 221 164 142 0 24 40 53 27 23 60
Binary 10010001 1110100 1100010 0 10100 100000 101011 10111 10011 110000

Color Harmonies of #917462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917462

Black with #917462

Text Example


Text Example

White with #917462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917462; }

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

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

background-color css

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

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

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

border-color css

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

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

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