Html Css Color HEX #957862 Sorrell Brown

📋 copy color: '#957862'

red 149 ◦ green 120 ◦ blue 98

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

Shades of Sorrell Brown #957862

Tints of Sorrell Brown #957862

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.7%

 BLUE value IS 98 (38.67% from 255) = 26.7%

R = 40.6%
G = 32.7%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#957862 (or 0x957862) is known color: Sorrell Brown. HEX triplet: 95, 78 and 62. RGB value is (149,120,98). Sum of RGB (Red+Green+Blue) = 149+120+98=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #957862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957862 is #6A879D. Grayscale: #7E7E7E. Windows color (decimal): -6981534 or 6453397. OLE color: 6453397.

HSL color Cylindrical-coordinate representation of color #957862: hue angle of 25.88º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #957862 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 120 98 -
CMYK 0 0.19 0.34 0.42
HSL 25.88º 0.21% 0.48% -
HSV(B) 25.88º 0.34% 0.58% -
XYZ 21.32 20.7 14.43 -
YUV 126.16 112.11 144.29 -
System Red Green Blue C M Y K H S L
Decimal 149 120 98 0 0.19 0.34 0.42 25.88 0.21 0.48
Hex 95 78 62 0 13 22 2A 1A 15 30
Octal 225 170 142 0 23 42 52 32 25 60
Binary 10010101 1111000 1100010 0 10011 100010 101010 11010 10101 110000

Color Harmonies of #957862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957862

Black with #957862

Text Example


Text Example

White with #957862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957862; }

 p { color: rgb(149,120,98); }

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

background-color css

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

 a { background-color: rgb(149,120,98); }

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

border-color css

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

 span { border-color: rgb(149,120,98); }

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