#982702

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

Shades of Saddle Brown #982702

Tints of Saddle Brown #982702

Color information

#982702 (or 0x982702) is unknown color: approx Saddle Brown. HEX triplet: 98, 27 and 02. RGB value is (152,39,2). Sum of RGB (Red+Green+Blue) = 152+39+2=193 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.76% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 152 - color contains mainly: red. Hex color #982702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982702 is #67D8FD. Grayscale: #444444. Windows color (decimal): -6805758 or 141208. OLE color: 141208.

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

Color convert

RGB152392-
CMYK00.740.990.40
HSL14.8º97.4%30.2%-
HSV(B)14.8º98.68%59.61%-
XYZ13.698.130.91-
YUV68.5790.44187.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 78.76%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=78.76%
G=20.21%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15239200.740.990.4014.897.430.2
Hex9827204A6328f611e
Octal2304720112143501714136
Binary10011000100111100100101011000111010001111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982702; }

 p { color: rgb(152,39,2); }

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

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

 a { background-color: rgb(152,39,2); }

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

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

 span { border-color: rgb(152,39,2); }

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