Html Css Color HEX #957258 Beaver

📋 copy color: '#957258'

red 149 ◦ green 114 ◦ blue 88

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

Shades of Beaver #957258

Tints of Beaver #957258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.07%

R = 42.45%
G = 32.48%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#957258 (or 0x957258) is known color: Beaver. HEX triplet: 95, 72 and 58. RGB value is (149,114,88). Sum of RGB (Red+Green+Blue) = 149+114+88=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #957258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957258 is #6A8DA7. Grayscale: #797979. Windows color (decimal): -6983080 or 5796501. OLE color: 5796501.

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

Color convert

RGB 149 114 88 -
CMYK 0 0.23 0.41 0.42
HSL 25.57º 0.26% 0.46% -
HSV(B) 25.57º 0.41% 0.58% -
XYZ 20.17 19.13 11.86 -
YUV 121.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 149 114 88 0 0.23 0.41 0.42 25.57 0.26 0.46
Hex 95 72 58 0 17 29 2A 1A 1A 2E
Octal 225 162 130 0 27 51 52 32 32 56
Binary 10010101 1110010 1011000 0 10111 101001 101010 11010 11010 101110

Color Harmonies of #957258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957258

Black with #957258

Text Example


Text Example

White with #957258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957258; }

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

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

background-color css

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

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

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

border-color css

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

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

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