Html Css Color HEX #927E5F Sorrell Brown

📋 copy color: '#927E5F'

red 146 ◦ green 126 ◦ blue 95

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

Shades of Sorrell Brown #927E5F

Tints of Sorrell Brown #927E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.89%

R = 39.78%
G = 34.33%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#927E5F (or 0x927E5F) is known color: Sorrell Brown. HEX triplet: 92, 7E and 5F. RGB value is (146,126,95). Sum of RGB (Red+Green+Blue) = 146+126+95=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #927E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E5F is #6D81A0. Grayscale: #808080. Windows color (decimal): -7176609 or 6258322. OLE color: 6258322.

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

Color convert

RGB 146 126 95 -
CMYK 0 0.14 0.35 0.43
HSL 36.47º 0.21% 0.47% -
HSV(B) 36.47º 0.35% 0.57% -
XYZ 21.38 21.86 13.92 -
YUV 128.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 146 126 95 0 0.14 0.35 0.43 36.47 0.21 0.47
Hex 92 7E 5F 0 E 23 2B 24 15 2F
Octal 222 176 137 0 16 43 53 44 25 57
Binary 10010010 1111110 1011111 0 1110 100011 101011 100100 10101 101111

Color Harmonies of #927E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927E5F

Black with #927E5F

Text Example


Text Example

White with #927E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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