Html Css Color HEX #957055 Beaver

📋 copy color: '#957055'

red 149 ◦ green 112 ◦ blue 85

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

Shades of Beaver #957055

Tints of Beaver #957055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.57%

R = 43.06%
G = 32.37%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#957055 (or 0x957055) is known color: Beaver. HEX triplet: 95, 70 and 55. RGB value is (149,112,85). Sum of RGB (Red+Green+Blue) = 149+112+85=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #957055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957055 is #6A8FAA. Grayscale: #787878. Windows color (decimal): -6983595 or 5599381. OLE color: 5599381.

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

Color convert

RGB 149 112 85 -
CMYK 0 0.25 0.43 0.42
HSL 25.31º 0.27% 0.46% -
HSV(B) 25.31º 0.43% 0.58% -
XYZ 19.83 18.63 11.15 -
YUV 119.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 149 112 85 0 0.25 0.43 0.42 25.31 0.27 0.46
Hex 95 70 55 0 19 2B 2A 19 1B 2E
Octal 225 160 125 0 31 53 52 31 33 56
Binary 10010101 1110000 1010101 0 11001 101011 101010 11001 11011 101110

Color Harmonies of #957055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957055

Black with #957055

Text Example


Text Example

White with #957055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957055; }

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

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

background-color css

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

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

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

border-color css

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

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

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