Html Css Color HEX #95805E Sorrell Brown

📋 copy color: '#95805E'

red 149 ◦ green 128 ◦ blue 94

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

Shades of Sorrell Brown #95805E

Tints of Sorrell Brown #95805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.5%

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 40.16%
G = 34.5%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95805E (or 0x95805E) is known color: Sorrell Brown. HEX triplet: 95, 80 and 5E. RGB value is (149,128,94). Sum of RGB (Red+Green+Blue) = 149+128+94=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95805E is #6A7FA1. Grayscale: #828282. Windows color (decimal): -6979490 or 6193301. OLE color: 6193301.

HSL color Cylindrical-coordinate representation of color #95805E: hue angle of 37.09º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95805E is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 94 -
CMYK 0 0.14 0.37 0.42
HSL 37.09º 0.23% 0.48% -
HSV(B) 37.09º 0.37% 0.58% -
XYZ 22.13 22.64 13.79 -
YUV 130.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 149 128 94 0 0.14 0.37 0.42 37.09 0.23 0.48
Hex 95 80 5E 0 E 25 2A 25 17 30
Octal 225 200 136 0 16 45 52 45 27 60
Binary 10010101 10000000 1011110 0 1110 100101 101010 100101 10111 110000

Color Harmonies of #95805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95805E

Black with #95805E

Text Example


Text Example

White with #95805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95805E; }

 p { color: rgb(149,128,94); }

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

background-color css

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

 a { background-color: rgb(149,128,94); }

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

border-color css

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

 span { border-color: rgb(149,128,94); }

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