#983D02

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

Shades of Saddle Brown #983D02

Tints of Saddle Brown #983D02

Color information

#983D02 (or 0x983D02) is unknown color: approx Saddle Brown. HEX triplet: 98, 3D and 02. RGB value is (152,61,2). Sum of RGB (Red+Green+Blue) = 152+61+2=215 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.70% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 152 - color contains mainly: red. Hex color #983D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983D02 is #67C2FD. Grayscale: #515151. Windows color (decimal): -6800126 or 146840. OLE color: 146840.

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

Color convert

RGB152612-
CMYK00.600.990.40
HSL23.6º97.4%30.2%-
HSV(B)23.6º98.68%59.61%-
XYZ14.6310.021.22-
YUV81.4883.15178.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.70%
GREEN value IS 61 (24.22% from 255) = 28.37%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=70.70%
G=28.37%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15261200.600.990.4023.697.430.2
Hex983D203C632818611e
Octal230752074143503014136
Binary10011000111101100111100110001110100011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983D02; }

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

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

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

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

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

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

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

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