#983E07

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

Shades of Saddle Brown #983E07

Tints of Saddle Brown #983E07

Color information

#983E07 (or 0x983E07) is unknown color: approx Saddle Brown. HEX triplet: 98, 3E and 07. RGB value is (152,62,7). Sum of RGB (Red+Green+Blue) = 152+62+7=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #983E07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983E07 is #67C1F8. Grayscale: #525252. Windows color (decimal): -6799865 or 474776. OLE color: 474776.

HSL color Cylindrical-coordinate representation of color #983E07: hue angle of 22.76º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #983E07 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB152627-
CMYK00.590.950.40
HSL22.76º91.19%31.18%-
HSV(B)22.76º95.39%59.61%-
XYZ14.7110.141.38-
YUV82.6485.32177.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.78%
GREEN value IS 62 (24.61% from 255) = 28.05%
BLUE value IS 7 (3.12% from 255) = 3.17%
R=68.78%
G=28.05%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15262700.590.950.4022.7691.1931.18
Hex983E703B5F28175b1f
Octal230767073137502713337
Binary100110001111101110111011101111110100010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,62,7); }

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

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

 a { background-color: rgb(152,62,7); }

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

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

 span { border-color: rgb(152,62,7); }

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