Html Css Color HEX #948371 Squirrel

📋 copy color: '#948371'

red 148 ◦ green 131 ◦ blue 113

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

Shades of Squirrel #948371

Tints of Squirrel #948371

RGB

 RED value IS 148 (58.2% from 255) = 37.76%

 GREEN value IS 131 (51.56% from 255) = 33.42%

 BLUE value IS 113 (44.53% from 255) = 28.83%

R = 37.76%
G = 33.42%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#948371 (or 0x948371) is known color: Squirrel. HEX triplet: 94, 83 and 71. RGB value is (148,131,113). Sum of RGB (Red+Green+Blue) = 148+131+113=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #948371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948371 is #6B7C8E. Grayscale: #868686. Windows color (decimal): -7044239 or 7439252. OLE color: 7439252.

HSL color Cylindrical-coordinate representation of color #948371: hue angle of 30.86º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #948371 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 131 113 -
CMYK 0 0.11 0.24 0.42
HSL 30.86º 0.14% 0.51% -
HSV(B) 30.86º 0.24% 0.58% -
XYZ 23.31 23.72 18.97 -
YUV 134.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 148 131 113 0 0.11 0.24 0.42 30.86 0.14 0.51
Hex 94 83 71 0 B 18 2A 1F E 33
Octal 224 203 161 0 13 30 52 37 16 63
Binary 10010100 10000011 1110001 0 1011 11000 101010 11111 1110 110011

Color Harmonies of #948371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948371

Black with #948371

Text Example


Text Example

White with #948371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948371; }

 p { color: rgb(148,131,113); }

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

background-color css

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

 a { background-color: rgb(148,131,113); }

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

border-color css

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

 span { border-color: rgb(148,131,113); }

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