Html Css Color HEX #927E5E Sorrell Brown

📋 copy color: '#927E5E'

red 146 ◦ green 126 ◦ blue 94

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

Shades of Sorrell Brown #927E5E

Tints of Sorrell Brown #927E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.43%

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

R = 39.89%
G = 34.43%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#927E5E (or 0x927E5E) is known color: Sorrell Brown. HEX triplet: 92, 7E and 5E. RGB value is (146,126,94). Sum of RGB (Red+Green+Blue) = 146+126+94=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #927E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E5E is #6D81A1. Grayscale: #808080. Windows color (decimal): -7176610 or 6192786. OLE color: 6192786.

HSL color Cylindrical-coordinate representation of color #927E5E: hue angle of 36.92º 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 #927E5E is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 126 94 -
CMYK 0 0.14 0.36 0.43
HSL 36.92º 0.22% 0.47% -
HSV(B) 36.92º 0.36% 0.57% -
XYZ 21.34 21.84 13.68 -
YUV 128.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 146 126 94 0 0.14 0.36 0.43 36.92 0.22 0.47
Hex 92 7E 5E 0 E 24 2B 25 16 2F
Octal 222 176 136 0 16 44 53 45 26 57
Binary 10010010 1111110 1011110 0 1110 100100 101011 100101 10110 101111

Color Harmonies of #927E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927E5E

Black with #927E5E

Text Example


Text Example

White with #927E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,126,94); }

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

background-color css

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

 a { background-color: rgb(146,126,94); }

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

border-color css

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

 span { border-color: rgb(146,126,94); }

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