#983C0D

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

Shades of Saddle Brown #983C0D

Tints of Saddle Brown #983C0D

Color information

#983C0D (or 0x983C0D) is unknown color: approx Saddle Brown. HEX triplet: 98, 3C and 0D. RGB value is (152,60,13). Sum of RGB (Red+Green+Blue) = 152+60+13=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #983C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983C0D is #67C3F2. Grayscale: #525252. Windows color (decimal): -6800371 or 867480. OLE color: 867480.

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

Color convert

RGB1526013-
CMYK00.610.910.40
HSL20.29º84.24%32.35%-
HSV(B)20.29º91.45%59.61%-
XYZ14.649.941.53-
YUV82.1588.98177.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.56%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 13 (5.47% from 255) = 5.78%
R=67.56%
G=26.67%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152601300.610.910.4020.2984.2432.35
Hex983CD03D5B28145420
Octal2307415075133502412440
Binary10011000111100110101111011011011101000101001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,60,13); }

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

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

 a { background-color: rgb(152,60,13); }

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

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

 span { border-color: rgb(152,60,13); }

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