#86530F

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

Shades of Saddle Brown #86530F

Tints of Saddle Brown #86530F

Color information

#86530F (or 0x86530F) is unknown color: approx Saddle Brown. HEX triplet: 86, 53 and 0F. RGB value is (134,83,15). Sum of RGB (Red+Green+Blue) = 134+83+15=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86530F is #79ACF0. Grayscale: #5A5A5A. Windows color (decimal): -7974129 or 1004422. OLE color: 1004422.

HSL color Cylindrical-coordinate representation of color #86530F: hue angle of 34.29º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86530F is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1348315-
CMYK00.380.890.47
HSL34.29º79.87%29.22%-
HSV(B)34.29º88.81%52.55%-
XYZ13.0111.291.95-
YUV90.585.4159.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.76%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 15 (6.25% from 255) = 6.47%
R=57.76%
G=35.78%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134831500.380.890.4734.2979.8729.22
Hex8653F026592F22501d
Octal20612317046131574212035
Binary100001101010011111101001101011001101111100010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86530F; }

 p { color: rgb(134,83,15); }

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

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

 a { background-color: rgb(134,83,15); }

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

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

 span { border-color: rgb(134,83,15); }

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