#823700

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

Shades of Saddle Brown #823700

Tints of Saddle Brown #823700

Color information

#823700 (or 0x823700) is unknown color: approx Saddle Brown. HEX triplet: 82, 37 and 00. RGB value is (130,55,0). Sum of RGB (Red+Green+Blue) = 130+55+0=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #823700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823700 is #7DC8FF. Grayscale: #474747. Windows color (decimal): -8243456 or 14210. OLE color: 14210.

HSL color Cylindrical-coordinate representation of color #823700: hue angle of 25.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #823700 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB130550-
CMYK00.5810.49
HSL25.38º100%25.49%-
HSV(B)25.38º100%50.98%-
XYZ10.577.480.89-
YUV71.1687.85169.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.27%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.27%
G=29.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13055000.5810.4925.3810025.49
Hex8237003A6431196419
Octal202670072144613114431
Binary1000001011011100111010110010011000111001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823700; }

 p { color: rgb(130,55,0); }

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

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

 a { background-color: rgb(130,55,0); }

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

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

 span { border-color: rgb(130,55,0); }

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