Html Css Color HEX #95805D Sorrell Brown

📋 copy color: '#95805D'

red 149 ◦ green 128 ◦ blue 93

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

Shades of Sorrell Brown #95805D

Tints of Sorrell Brown #95805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.14%

R = 40.27%
G = 34.59%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95805D (or 0x95805D) is known color: Sorrell Brown. HEX triplet: 95, 80 and 5D. RGB value is (149,128,93). Sum of RGB (Red+Green+Blue) = 149+128+93=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95805D is #6A7FA2. Grayscale: #828282. Windows color (decimal): -6979491 or 6127765. OLE color: 6127765.

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

Color convert

RGB 149 128 93 -
CMYK 0 0.14 0.38 0.42
HSL 37.5º 0.23% 0.47% -
HSV(B) 37.5º 0.38% 0.58% -
XYZ 22.09 22.62 13.56 -
YUV 130.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 149 128 93 0 0.14 0.38 0.42 37.5 0.23 0.47
Hex 95 80 5D 0 E 26 2A 26 17 2F
Octal 225 200 135 0 16 46 52 46 27 57
Binary 10010101 10000000 1011101 0 1110 100110 101010 100110 10111 101111

Color Harmonies of #95805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95805D

Black with #95805D

Text Example


Text Example

White with #95805D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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