#823A10

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

Shades of Saddle Brown #823A10

Tints of Saddle Brown #823A10

Color information

#823A10 (or 0x823A10) is unknown color: approx Saddle Brown. HEX triplet: 82, 3A and 10. RGB value is (130,58,16). Sum of RGB (Red+Green+Blue) = 130+58+16=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #823A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823A10 is #7DC5EF. Grayscale: #4A4A4A. Windows color (decimal): -8242672 or 1063554. OLE color: 1063554.

HSL color Cylindrical-coordinate representation of color #823A10: hue angle of 22.11º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #823A10 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1305816-
CMYK00.550.880.49
HSL22.11º78.08%28.63%-
HSV(B)22.11º87.69%50.98%-
XYZ10.817.811.43-
YUV74.7494.85167.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.73%
GREEN value IS 58 (23.05% from 255) = 28.43%
BLUE value IS 16 (6.64% from 255) = 7.84%
R=63.73%
G=28.43%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130581600.550.880.4922.1178.0828.63
Hex823A100375831164e1d
Octal2027220067130612611635
Binary10000010111010100000110111101100011000110110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823A10; }

 p { color: rgb(130,58,16); }

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

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

 a { background-color: rgb(130,58,16); }

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

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

 span { border-color: rgb(130,58,16); }

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