Html Css Color HEX #927C5D Sorrell Brown

📋 copy color: '#927C5D'

red 146 ◦ green 124 ◦ blue 93

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

Shades of Sorrell Brown #927C5D

Tints of Sorrell Brown #927C5D

RGB

 RED value IS 146 (57.42% from 255) = 40.22%

 GREEN value IS 124 (48.83% from 255) = 34.16%

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

R = 40.22%
G = 34.16%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#927C5D (or 0x927C5D) is known color: Sorrell Brown. HEX triplet: 92, 7C and 5D. RGB value is (146,124,93). Sum of RGB (Red+Green+Blue) = 146+124+93=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #927C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C5D is #6D83A2. Grayscale: #7F7F7F. Windows color (decimal): -7177123 or 6126738. OLE color: 6126738.

HSL color Cylindrical-coordinate representation of color #927C5D: hue angle of 35.09º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #927C5D is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 124 93 -
CMYK 0 0.15 0.36 0.43
HSL 35.09º 0.22% 0.47% -
HSV(B) 35.09º 0.36% 0.57% -
XYZ 21.04 21.32 13.36 -
YUV 127.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 146 124 93 0 0.15 0.36 0.43 35.09 0.22 0.47
Hex 92 7C 5D 0 F 24 2B 23 16 2F
Octal 222 174 135 0 17 44 53 43 26 57
Binary 10010010 1111100 1011101 0 1111 100100 101011 100011 10110 101111

Color Harmonies of #927C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927C5D

Black with #927C5D

Text Example


Text Example

White with #927C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927C5D; }

 p { color: rgb(146,124,93); }

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

background-color css

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

 a { background-color: rgb(146,124,93); }

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

border-color css

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

 span { border-color: rgb(146,124,93); }

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