#86330E

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

Shades of Saddle Brown #86330E

Tints of Saddle Brown #86330E

Color information

#86330E (or 0x86330E) is unknown color: approx Saddle Brown. HEX triplet: 86, 33 and 0E. RGB value is (134,51,14). Sum of RGB (Red+Green+Blue) = 134+51+14=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #86330E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86330E is #79CCF1. Grayscale: #474747. Windows color (decimal): -7982322 or 930694. OLE color: 930694.

HSL color Cylindrical-coordinate representation of color #86330E: hue angle of 18.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86330E is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1345114-
CMYK00.620.900.47
HSL18.5º81.08%29.02%-
HSV(B)18.5º89.55%52.55%-
XYZ11.097.471.27-
YUV71.695.5172.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.34%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 14 (5.86% from 255) = 7.04%
R=67.34%
G=25.63%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134511400.620.900.4718.581.0829.02
Hex8633E03E5A2F12511d
Octal2066316076132572212135
Binary1000011011001111100111110101101010111110010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86330E; }

 p { color: rgb(134,51,14); }

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

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

 a { background-color: rgb(134,51,14); }

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

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

 span { border-color: rgb(134,51,14); }

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