Html Css Color HEX #957261 Beaver

📋 copy color: '#957261'

red 149 ◦ green 114 ◦ blue 97

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

Shades of Beaver #957261

Tints of Beaver #957261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.67%

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

R = 41.39%
G = 31.67%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#957261 (or 0x957261) is known color: Beaver. HEX triplet: 95, 72 and 61. RGB value is (149,114,97). Sum of RGB (Red+Green+Blue) = 149+114+97=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #957261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957261 is #6A8D9E. Grayscale: #7A7A7A. Windows color (decimal): -6983071 or 6386325. OLE color: 6386325.

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

Color convert

RGB 149 114 97 -
CMYK 0 0.23 0.35 0.42
HSL 19.62º 0.21% 0.48% -
HSV(B) 19.62º 0.35% 0.58% -
XYZ 20.57 19.29 13.95 -
YUV 122.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 149 114 97 0 0.23 0.35 0.42 19.62 0.21 0.48
Hex 95 72 61 0 17 23 2A 14 15 30
Octal 225 162 141 0 27 43 52 24 25 60
Binary 10010101 1110010 1100001 0 10111 100011 101010 10100 10101 110000

Color Harmonies of #957261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957261

Black with #957261

Text Example


Text Example

White with #957261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957261; }

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

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

background-color css

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

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

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

border-color css

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

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

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