Html Css Color HEX #957561 Beaver

📋 copy color: '#957561'

red 149 ◦ green 117 ◦ blue 97

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

Shades of Beaver #957561

Tints of Beaver #957561

RGB

 RED value IS 149 (58.59% from 255) = 41.05%

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

 BLUE value IS 97 (38.28% from 255) = 26.72%

R = 41.05%
G = 32.23%
B = 26.72%

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

#957561 (or 0x957561) is known color: Beaver. HEX triplet: 95, 75 and 61. RGB value is (149,117,97). Sum of RGB (Red+Green+Blue) = 149+117+97=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #957561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957561 is #6A8A9E. Grayscale: #7C7C7C. Windows color (decimal): -6982303 or 6387093. OLE color: 6387093.

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

Color convert

RGB 149 117 97 -
CMYK 0 0.21 0.35 0.42
HSL 23.08º 0.21% 0.48% -
HSV(B) 23.08º 0.35% 0.58% -
XYZ 20.91 19.98 14.06 -
YUV 124.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 149 117 97 0 0.21 0.35 0.42 23.08 0.21 0.48
Hex 95 75 61 0 15 23 2A 17 15 30
Octal 225 165 141 0 25 43 52 27 25 60
Binary 10010101 1110101 1100001 0 10101 100011 101010 10111 10101 110000

Color Harmonies of #957561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957561

Black with #957561

Text Example


Text Example

White with #957561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957561; }

 p { color: rgb(149,117,97); }

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

background-color css

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

 a { background-color: rgb(149,117,97); }

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

border-color css

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

 span { border-color: rgb(149,117,97); }

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