#8c3d13

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

Shades of Saddle Brown #8C3D13

Tints of Saddle Brown #8C3D13

Color information

#8C3D13 (or 0x8C3D13) is unknown color: approx Saddle Brown. HEX triplet: 8C, 3D and 13. RGB value is (140,61,19). Sum of RGB (Red+Green+Blue) = 140+61+19=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3D13 is #73C2EC. Grayscale: #505050. Windows color (decimal): -7586541 or 1260940. OLE color: 1260940.

HSL color Cylindrical-coordinate representation of color #8C3D13: hue angle of 20.83º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C3D13 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB1406119-
CMYK00.560.860.45
HSL20.83º76.1%31.18%-
HSV(B)20.83º86.43%54.9%-
XYZ12.68.961.68-
YUV79.8393.67170.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 63.64%
GREEN value IS 61 (24.22% from 255) = 27.73%
BLUE value IS 19 (7.81% from 255) = 8.64%
R=63.64%
G=27.73%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140611900.560.860.4520.8376.131.18
Hex8C3D13038562D154c1f
Octal2147523070126552511437
Binary10001100111101100110111000101011010110110101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c3d13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8c3d13; }

 p { color: rgb(140,61,19); }

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

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

 a { background-color: rgb(140,61,19); }

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

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

 span { border-color: rgb(140,61,19); }

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