Html Css Color HEX #948160 Sorrell Brown

📋 copy color: '#948160'

red 148 ◦ green 129 ◦ blue 96

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

Shades of Sorrell Brown #948160

Tints of Sorrell Brown #948160

RGB

 RED value IS 148 (58.2% from 255) = 39.68%

 GREEN value IS 129 (50.78% from 255) = 34.58%

 BLUE value IS 96 (37.89% from 255) = 25.74%

R = 39.68%
G = 34.58%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#948160 (or 0x948160) is known color: Sorrell Brown. HEX triplet: 94, 81 and 60. RGB value is (148,129,96). Sum of RGB (Red+Green+Blue) = 148+129+96=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #948160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948160 is #6B7E9F. Grayscale: #838383. Windows color (decimal): -7044768 or 6324628. OLE color: 6324628.

HSL color Cylindrical-coordinate representation of color #948160: hue angle of 38.08º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #948160 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 129 96 -
CMYK 0 0.13 0.35 0.42
HSL 38.08º 0.21% 0.48% -
HSV(B) 38.08º 0.35% 0.58% -
XYZ 22.17 22.84 14.31 -
YUV 130.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 148 129 96 0 0.13 0.35 0.42 38.08 0.21 0.48
Hex 94 81 60 0 D 23 2A 26 15 30
Octal 224 201 140 0 15 43 52 46 25 60
Binary 10010100 10000001 1100000 0 1101 100011 101010 100110 10101 110000

Color Harmonies of #948160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948160

Black with #948160

Text Example


Text Example

White with #948160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948160; }

 p { color: rgb(148,129,96); }

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

background-color css

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

 a { background-color: rgb(148,129,96); }

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

border-color css

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

 span { border-color: rgb(148,129,96); }

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