#983300

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

Shades of Saddle Brown #983300

Tints of Saddle Brown #983300

Color information

#983300 (or 0x983300) is unknown color: approx Saddle Brown. HEX triplet: 98, 33 and 00. RGB value is (152,51,0). Sum of RGB (Red+Green+Blue) = 152+51+0=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #983300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983300 is #67CCFF. Grayscale: #4B4B4B. Windows color (decimal): -6802688 or 13208. OLE color: 13208.

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

Color convert

RGB152510-
CMYK00.6610.40
HSL20.13º100%29.8%-
HSV(B)20.13º100%59.61%-
XYZ14.139.041-
YUV75.3885.46182.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 74.88%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.88%
G=25.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15251000.6610.4020.1310029.8
Hex98330042642814641e
Octal2306300102144502414436
Binary10011000110011001000010110010010100010100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983300; }

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

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

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

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

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

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

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

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