#873800

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

Shades of Saddle Brown #873800

Tints of Saddle Brown #873800

Color information

#873800 (or 0x873800) is unknown color: approx Saddle Brown. HEX triplet: 87, 38 and 00. RGB value is (135,56,0). Sum of RGB (Red+Green+Blue) = 135+56+0=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #873800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873800 is #78C7FF. Grayscale: #494949. Windows color (decimal): -7915520 or 14471. OLE color: 14471.

HSL color Cylindrical-coordinate representation of color #873800: hue angle of 24.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #873800 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB135560-
CMYK00.5910.47
HSL24.89º100%26.47%-
HSV(B)24.89º100%52.94%-
XYZ11.417.980.94-
YUV73.2486.67172.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 70.68%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.68%
G=29.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13556000.5910.4724.8910026.47
Hex8738003B642F19641a
Octal207700073144573114432
Binary1000011111100000111011110010010111111001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873800; }

 p { color: rgb(135,56,0); }

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

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

 a { background-color: rgb(135,56,0); }

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

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

 span { border-color: rgb(135,56,0); }

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