#86440A

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

Shades of Saddle Brown #86440A

Tints of Saddle Brown #86440A

Color information

#86440A (or 0x86440A) is unknown color: approx Saddle Brown. HEX triplet: 86, 44 and 0A. RGB value is (134,68,10). Sum of RGB (Red+Green+Blue) = 134+68+10=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #86440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86440A is #79BBF5. Grayscale: #515151. Windows color (decimal): -7977974 or 672902. OLE color: 672902.

HSL color Cylindrical-coordinate representation of color #86440A: hue angle of 28.06º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86440A is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1346810-
CMYK00.490.930.47
HSL28.06º86.11%28.24%-
HSV(B)28.06º92.54%52.55%-
XYZ11.959.221.44-
YUV81.1287.87165.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.21%
GREEN value IS 68 (26.95% from 255) = 32.08%
BLUE value IS 10 (4.30% from 255) = 4.72%
R=63.21%
G=32.08%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134681000.490.930.4728.0686.1128.24
Hex8644A0315D2F1c561c
Octal20610412061135573412634
Binary10000110100010010100110001101110110111111100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86440A; }

 p { color: rgb(134,68,10); }

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

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

 a { background-color: rgb(134,68,10); }

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

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

 span { border-color: rgb(134,68,10); }

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