#823103

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

Shades of Saddle Brown #823103

Tints of Saddle Brown #823103

Color information

#823103 (or 0x823103) is unknown color: approx Saddle Brown. HEX triplet: 82, 31 and 03. RGB value is (130,49,3). Sum of RGB (Red+Green+Blue) = 130+49+3=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #823103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823103 is #7DCEFC. Grayscale: #444444. Windows color (decimal): -8244989 or 209282. OLE color: 209282.

HSL color Cylindrical-coordinate representation of color #823103: hue angle of 21.73º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #823103 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB130493-
CMYK00.620.980.49
HSL21.73º95.49%26.08%-
HSV(B)21.73º97.69%50.98%-
XYZ10.326.950.88-
YUV67.9791.34172.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.43%
GREEN value IS 49 (19.53% from 255) = 26.92%
BLUE value IS 3 (1.56% from 255) = 1.65%
R=71.43%
G=26.92%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13049300.620.980.4921.7395.4926.08
Hex8231303E6231165f1a
Octal202613076142612613732
Binary10000010110001110111110110001011000110110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823103; }

 p { color: rgb(130,49,3); }

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

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

 a { background-color: rgb(130,49,3); }

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

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

 span { border-color: rgb(130,49,3); }

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