#97825F

Color #97825F Sorrell Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorrell Brown #97825F

Tints of Sorrell Brown #97825F

Color information

#97825F (or 0x97825F) is unknown color: approx Sorrell Brown. HEX triplet: 97, 82 and 5F. RGB value is (151,130,95). Sum of RGB (Red+Green+Blue) = 151+130+95=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #97825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97825F is #687DA0. Grayscale: #848484. Windows color (decimal): -6847905 or 6259351. OLE color: 6259351.

HSL color Cylindrical-coordinate representation of color #97825F: hue angle of 37.5º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97825F is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB15113095-
CMYK00.140.370.41
HSL37.5º22.76%48.24%-
HSV(B)37.5º37.09%59.22%-
XYZ22.8123.3714.14-
YUV132.29106.96141.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.16%
GREEN value IS 130 (51.17% from 255) = 34.57%
BLUE value IS 95 (37.5% from 255) = 25.27%
R=40.16%
G=34.57%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511309500.140.370.4137.522.7648.24
Hex97825F0E2529261730
Octal2272021370164551462760
Binary100101111000001010111110111010010110100110011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97825F; }

 p { color: rgb(151,130,95); }

 H1.HeaderClassName
 {
   color: #97825F;
 }
 .AnyTagClassName
 {
   color: #97825F;
 }
</style>
background-color css

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

 a { background-color: rgb(151,130,95); }

 div.DivClassName
 {
   background-color: #97825F;
 }
 .BgClassName
 {
   background-color: #97825F;
 }
</style>
border-color css

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

 span { border-color: rgb(151,130,95); }

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