#984100

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

Shades of Saddle Brown #984100

Tints of Saddle Brown #984100

Color information

#984100 (or 0x984100) is unknown color: approx Saddle Brown. HEX triplet: 98, 41 and 00. RGB value is (152,65,0). Sum of RGB (Red+Green+Blue) = 152+65+0=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #984100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984100 is #67BEFF. Grayscale: #535353. Windows color (decimal): -6799104 or 16792. OLE color: 16792.

HSL color Cylindrical-coordinate representation of color #984100: hue angle of 25.66º 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 #984100 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB152650-
CMYK00.5710.40
HSL25.66º100%29.8%-
HSV(B)25.66º100%59.61%-
XYZ14.8410.461.24-
YUV83.680.82176.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.05%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.05%
G=29.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15265000.5710.4025.6610029.8
Hex9841003964281a641e
Octal2301010071144503214436
Binary10011000100000100111001110010010100011010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984100; }

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

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

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

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

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

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

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

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