#823507

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

Shades of Saddle Brown #823507

Tints of Saddle Brown #823507

Color information

#823507 (or 0x823507) is unknown color: approx Saddle Brown. HEX triplet: 82, 35 and 07. RGB value is (130,53,7). Sum of RGB (Red+Green+Blue) = 130+53+7=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #823507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823507 is #7DCAF8. Grayscale: #474747. Windows color (decimal): -8243961 or 472450. OLE color: 472450.

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

Color convert

RGB130537-
CMYK00.590.950.49
HSL22.44º89.78%26.86%-
HSV(B)22.44º94.62%50.98%-
XYZ10.527.311.06-
YUV70.7892.01170.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.42%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 7 (3.12% from 255) = 3.68%
R=68.42%
G=27.89%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13053700.590.950.4922.4489.7826.86
Hex8235703B5F31165a1b
Octal202657073137612613233
Binary100000101101011110111011101111111000110110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823507; }

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

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

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

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

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

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

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

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