#823107

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

Shades of Saddle Brown #823107

Tints of Saddle Brown #823107

Color information

#823107 (or 0x823107) is unknown color: approx Saddle Brown. HEX triplet: 82, 31 and 07. RGB value is (130,49,7). Sum of RGB (Red+Green+Blue) = 130+49+7=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 7 (3.12% from 255 or 3.76% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #823107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823107 is #7DCEF8. Grayscale: #444444. Windows color (decimal): -8244985 or 471426. OLE color: 471426.

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

Color convert

RGB130497-
CMYK00.620.950.49
HSL20.49º89.78%26.86%-
HSV(B)20.49º94.62%50.98%-
XYZ10.346.961-
YUV68.4393.34171.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.89%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 7 (3.12% from 255) = 3.76%
R=69.89%
G=26.34%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13049700.620.950.4920.4989.7826.86
Hex8231703E5F31145a1b
Octal202617076137612413233
Binary100000101100011110111110101111111000110100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823107; }

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

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

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

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

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

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

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

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