Html Css Color HEX #947360 Beaver

📋 copy color: '#947360'

red 148 ◦ green 115 ◦ blue 96

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

Shades of Beaver #947360

Tints of Beaver #947360

RGB

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

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

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

R = 41.23%
G = 32.03%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#947360 (or 0x947360) is known color: Beaver. HEX triplet: 94, 73 and 60. RGB value is (148,115,96). Sum of RGB (Red+Green+Blue) = 148+115+96=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #947360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947360 is #6B8C9F. Grayscale: #7A7A7A. Windows color (decimal): -7048352 or 6321044. OLE color: 6321044.

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

Color convert

RGB 148 115 96 -
CMYK 0 0.22 0.35 0.42
HSL 21.92º 0.21% 0.48% -
HSV(B) 21.92º 0.35% 0.58% -
XYZ 20.45 19.4 13.73 -
YUV 122.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 148 115 96 0 0.22 0.35 0.42 21.92 0.21 0.48
Hex 94 73 60 0 16 23 2A 16 15 30
Octal 224 163 140 0 26 43 52 26 25 60
Binary 10010100 1110011 1100000 0 10110 100011 101010 10110 10101 110000

Color Harmonies of #947360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947360

Black with #947360

Text Example


Text Example

White with #947360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947360; }

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

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

background-color css

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

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

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

border-color css

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

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

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