#983A0E

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

Shades of Saddle Brown #983A0E

Tints of Saddle Brown #983A0E

Color information

#983A0E (or 0x983A0E) is unknown color: approx Saddle Brown. HEX triplet: 98, 3A and 0E. RGB value is (152,58,14). Sum of RGB (Red+Green+Blue) = 152+58+14=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #983A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983A0E is #67C5F1. Grayscale: #515151. Windows color (decimal): -6800882 or 932504. OLE color: 932504.

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

Color convert

RGB1525814-
CMYK00.620.910.40
HSL19.13º83.13%32.55%-
HSV(B)19.13º90.79%59.61%-
XYZ14.549.731.53-
YUV81.0990.14178.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.86%
GREEN value IS 58 (23.05% from 255) = 25.89%
BLUE value IS 14 (5.86% from 255) = 6.25%
R=67.86%
G=25.89%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152581400.620.910.4019.1383.1332.55
Hex983AE03E5B28135321
Octal2307216076133502312341
Binary10011000111010111001111101011011101000100111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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