Html Css Color HEX #957057 Beaver

📋 copy color: '#957057'

red 149 ◦ green 112 ◦ blue 87

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

Shades of Beaver #957057

Tints of Beaver #957057

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

 BLUE value IS 87 (34.38% from 255) = 25%

R = 42.82%
G = 32.18%
B = 25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#957057 (or 0x957057) is known color: Beaver. HEX triplet: 95, 70 and 57. RGB value is (149,112,87). Sum of RGB (Red+Green+Blue) = 149+112+87=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #957057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957057 is #6A8FA8. Grayscale: #787878. Windows color (decimal): -6983593 or 5730453. OLE color: 5730453.

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

Color convert

RGB 149 112 87 -
CMYK 0 0.25 0.42 0.42
HSL 24.19º 0.26% 0.46% -
HSV(B) 24.19º 0.42% 0.58% -
XYZ 19.91 18.67 11.57 -
YUV 120.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 149 112 87 0 0.25 0.42 0.42 24.19 0.26 0.46
Hex 95 70 57 0 19 2A 2A 18 1A 2E
Octal 225 160 127 0 31 52 52 30 32 56
Binary 10010101 1110000 1010111 0 11001 101010 101010 11000 11010 101110

Color Harmonies of #957057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957057

Black with #957057

Text Example


Text Example

White with #957057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957057; }

 p { color: rgb(149,112,87); }

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

background-color css

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

 a { background-color: rgb(149,112,87); }

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

border-color css

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

 span { border-color: rgb(149,112,87); }

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