#984700

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

Shades of Saddle Brown #984700

Tints of Saddle Brown #984700

Color information

#984700 (or 0x984700) is unknown color: approx Saddle Brown. HEX triplet: 98, 47 and 00. RGB value is (152,71,0). Sum of RGB (Red+Green+Blue) = 152+71+0=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #984700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984700 is #67B8FF. Grayscale: #575757. Windows color (decimal): -6797568 or 18328. OLE color: 18328.

HSL color Cylindrical-coordinate representation of color #984700: hue angle of 28.03º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #984700 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB152710-
CMYK00.5310.40
HSL28.03º100%29.8%-
HSV(B)28.03º100%59.61%-
XYZ15.211.181.36-
YUV87.1278.84174.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.16%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.16%
G=31.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15271000.5310.4028.0310029.8
Hex9847003564281c641e
Octal2301070065144503414436
Binary10011000100011100110101110010010100011100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984700; }

 p { color: rgb(152,71,0); }

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

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

 a { background-color: rgb(152,71,0); }

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

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

 span { border-color: rgb(152,71,0); }

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