#983A07

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

Shades of Saddle Brown #983A07

Tints of Saddle Brown #983A07

Color information

#983A07 (or 0x983A07) is unknown color: approx Saddle Brown. HEX triplet: 98, 3A and 07. RGB value is (152,58,7). Sum of RGB (Red+Green+Blue) = 152+58+7=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #983A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983A07 is #67C5F8. Grayscale: #505050. Windows color (decimal): -6800889 or 473752. OLE color: 473752.

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

Color convert

RGB152587-
CMYK00.620.950.40
HSL21.1º91.19%31.18%-
HSV(B)21.1º95.39%59.61%-
XYZ14.59.721.31-
YUV80.2986.64179.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.05%
GREEN value IS 58 (23.05% from 255) = 26.73%
BLUE value IS 7 (3.12% from 255) = 3.23%
R=70.05%
G=26.73%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15258700.620.950.4021.191.1931.18
Hex983A703E5F28155b1f
Octal230727076137502513337
Binary100110001110101110111110101111110100010101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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