Html Css Color HEX #917B5E Sorrell Brown

📋 copy color: '#917B5E'

red 145 ◦ green 123 ◦ blue 94

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

Shades of Sorrell Brown #917B5E

Tints of Sorrell Brown #917B5E

RGB

 RED value IS 145 (57.03% from 255) = 40.06%

 GREEN value IS 123 (48.44% from 255) = 33.98%

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

R = 40.06%
G = 33.98%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#917B5E (or 0x917B5E) is known color: Sorrell Brown. HEX triplet: 91, 7B and 5E. RGB value is (145,123,94). Sum of RGB (Red+Green+Blue) = 145+123+94=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #917B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B5E is #6E84A1. Grayscale: #7E7E7E. Windows color (decimal): -7242914 or 6192017. OLE color: 6192017.

HSL color Cylindrical-coordinate representation of color #917B5E: hue angle of 34.12º 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 #917B5E is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 123 94 -
CMYK 0 0.15 0.35 0.43
HSL 34.12º 0.21% 0.47% -
HSV(B) 34.12º 0.35% 0.57% -
XYZ 20.78 20.99 13.55 -
YUV 126.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 145 123 94 0 0.15 0.35 0.43 34.12 0.21 0.47
Hex 91 7B 5E 0 F 23 2B 22 15 2F
Octal 221 173 136 0 17 43 53 42 25 57
Binary 10010001 1111011 1011110 0 1111 100011 101011 100010 10101 101111

Color Harmonies of #917B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917B5E

Black with #917B5E

Text Example


Text Example

White with #917B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917B5E; }

 p { color: rgb(145,123,94); }

 H1.HeaderClassName
 {
   color: #917B5E;
 }
 .AnyTagClassName
 {
   color: #917B5E;
 }
</style>

background-color css

<style>
 a { background-color: #917B5E; }

 a { background-color: rgb(145,123,94); }

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

border-color css

<style>
 span { border-color: #917B5E; }

 span { border-color: rgb(145,123,94); }

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