Html Css Color HEX #958262 Sorrell Brown

📋 copy color: '#958262'

red 149 ◦ green 130 ◦ blue 98

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

Shades of Sorrell Brown #958262

Tints of Sorrell Brown #958262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.48%

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

R = 39.52%
G = 34.48%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#958262 (or 0x958262) is known color: Sorrell Brown. HEX triplet: 95, 82 and 62. RGB value is (149,130,98). Sum of RGB (Red+Green+Blue) = 149+130+98=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #958262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958262 is #6A7D9D. Grayscale: #848484. Windows color (decimal): -6978974 or 6455957. OLE color: 6455957.

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

Color convert

RGB 149 130 98 -
CMYK 0 0.13 0.34 0.42
HSL 37.65º 0.21% 0.48% -
HSV(B) 37.65º 0.34% 0.58% -
XYZ 22.58 23.24 14.85 -
YUV 132.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 149 130 98 0 0.13 0.34 0.42 37.65 0.21 0.48
Hex 95 82 62 0 D 22 2A 26 15 30
Octal 225 202 142 0 15 42 52 46 25 60
Binary 10010101 10000010 1100010 0 1101 100010 101010 100110 10101 110000

Color Harmonies of #958262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958262

Black with #958262

Text Example


Text Example

White with #958262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958262; }

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

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

background-color css

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

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

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

border-color css

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

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

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