#983812

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

Shades of Saddle Brown #983812

Tints of Saddle Brown #983812

Color information

#983812 (or 0x983812) is unknown color: approx Saddle Brown. HEX triplet: 98, 38 and 12. RGB value is (152,56,18). Sum of RGB (Red+Green+Blue) = 152+56+18=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #983812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983812 is #67C7ED. Grayscale: #505050. Windows color (decimal): -6801390 or 1194136. OLE color: 1194136.

HSL color Cylindrical-coordinate representation of color #983812: hue angle of 17.01º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #983812 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB1525618-
CMYK00.630.880.40
HSL17.01º78.82%33.33%-
HSV(B)17.01º88.16%59.61%-
XYZ14.479.551.65-
YUV80.3792.8179.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.26%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 18 (7.42% from 255) = 7.96%
R=67.26%
G=24.78%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152561800.630.880.4017.0178.8233.33
Hex98381203F5828114f21
Octal2307022077130502111741
Binary100110001110001001001111111011000101000100011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983812; }

 p { color: rgb(152,56,18); }

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

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

 a { background-color: rgb(152,56,18); }

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

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

 span { border-color: rgb(152,56,18); }

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