Html Css Color HEX #927D5E Sorrell Brown

📋 copy color: '#927D5E'

red 146 ◦ green 125 ◦ blue 94

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

Shades of Sorrell Brown #927D5E

Tints of Sorrell Brown #927D5E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.25%

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

R = 40%
G = 34.25%
B = 25.75%

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

#927D5E (or 0x927D5E) is known color: Sorrell Brown. HEX triplet: 92, 7D and 5E. RGB value is (146,125,94). Sum of RGB (Red+Green+Blue) = 146+125+94=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 146 - color contains mainly: red. Hex color #927D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D5E is #6D82A1. Grayscale: #7F7F7F. Windows color (decimal): -7176866 or 6192530. OLE color: 6192530.

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

Color convert

RGB 146 125 94 -
CMYK 0 0.14 0.36 0.43
HSL 35.77º 0.22% 0.47% -
HSV(B) 35.77º 0.36% 0.57% -
XYZ 21.21 21.59 13.64 -
YUV 127.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 146 125 94 0 0.14 0.36 0.43 35.77 0.22 0.47
Hex 92 7D 5E 0 E 24 2B 24 16 2F
Octal 222 175 136 0 16 44 53 44 26 57
Binary 10010010 1111101 1011110 0 1110 100100 101011 100100 10110 101111

Color Harmonies of #927D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927D5E

Black with #927D5E

Text Example


Text Example

White with #927D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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