#823800

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

Shades of Saddle Brown #823800

Tints of Saddle Brown #823800

Color information

#823800 (or 0x823800) is unknown color: approx Saddle Brown. HEX triplet: 82, 38 and 00. RGB value is (130,56,0). Sum of RGB (Red+Green+Blue) = 130+56+0=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #823800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823800 is #7DC7FF. Grayscale: #484848. Windows color (decimal): -8243200 or 14466. OLE color: 14466.

HSL color Cylindrical-coordinate representation of color #823800: hue angle of 25.85º 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 #823800 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB130560-
CMYK00.5710.49
HSL25.85º100%25.49%-
HSV(B)25.85º100%50.98%-
XYZ10.627.570.9-
YUV71.7487.52169.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.89%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.89%
G=30.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13056000.5710.4925.8510025.49
Hex8238003964311a6419
Octal202700071144613214431
Binary1000001011100000111001110010011000111010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823800; }

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

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

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

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

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

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

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

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