#983002

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

Shades of Saddle Brown #983002

Tints of Saddle Brown #983002

Color information

#983002 (or 0x983002) is unknown color: approx Saddle Brown. HEX triplet: 98, 30 and 02. RGB value is (152,48,2). Sum of RGB (Red+Green+Blue) = 152+48+2=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #983002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983002 is #67CFFD. Grayscale: #4A4A4A. Windows color (decimal): -6803454 or 143512. OLE color: 143512.

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

Color convert

RGB152482-
CMYK00.680.990.40
HSL18.4º97.4%30.2%-
HSV(B)18.4º98.68%59.61%-
XYZ14.028.791.02-
YUV73.8587.46183.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 75.25%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=75.25%
G=23.76%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15248200.680.990.4018.497.430.2
Hex98302044632812611e
Octal2306020104143502214136
Binary100110001100001001000100110001110100010010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983002; }

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

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

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

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

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

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

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

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