Html Css Color HEX #947560 Beaver

📋 copy color: '#947560'

red 148 ◦ green 117 ◦ blue 96

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

Shades of Beaver #947560

Tints of Beaver #947560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 41%
G = 32.41%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#947560 (or 0x947560) is known color: Beaver. HEX triplet: 94, 75 and 60. RGB value is (148,117,96). Sum of RGB (Red+Green+Blue) = 148+117+96=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #947560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947560 is #6B8A9F. Grayscale: #7B7B7B. Windows color (decimal): -7047840 or 6321556. OLE color: 6321556.

HSL color Cylindrical-coordinate representation of color #947560: hue angle of 24.23º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #947560 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 96 -
CMYK 0 0.21 0.35 0.42
HSL 24.23º 0.21% 0.48% -
HSV(B) 24.23º 0.35% 0.58% -
XYZ 20.69 19.86 13.81 -
YUV 123.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 148 117 96 0 0.21 0.35 0.42 24.23 0.21 0.48
Hex 94 75 60 0 15 23 2A 18 15 30
Octal 224 165 140 0 25 43 52 30 25 60
Binary 10010100 1110101 1100000 0 10101 100011 101010 11000 10101 110000

Color Harmonies of #947560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947560

Black with #947560

Text Example


Text Example

White with #947560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947560; }

 p { color: rgb(148,117,96); }

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

background-color css

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

 a { background-color: rgb(148,117,96); }

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

border-color css

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

 span { border-color: rgb(148,117,96); }

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