#823307

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

Shades of Saddle Brown #823307

Tints of Saddle Brown #823307

Color information

#823307 (or 0x823307) is unknown color: approx Saddle Brown. HEX triplet: 82, 33 and 07. RGB value is (130,51,7). Sum of RGB (Red+Green+Blue) = 130+51+7=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #823307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823307 is #7DCCF8. Grayscale: #454545. Windows color (decimal): -8244473 or 471938. OLE color: 471938.

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

Color convert

RGB130517-
CMYK00.610.950.49
HSL21.46º89.78%26.86%-
HSV(B)21.46º94.62%50.98%-
XYZ10.437.131.03-
YUV69.692.67171.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.15%
GREEN value IS 51 (20.31% from 255) = 27.13%
BLUE value IS 7 (3.12% from 255) = 3.72%
R=69.15%
G=27.13%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13051700.610.950.4921.4689.7826.86
Hex8233703D5F31155a1b
Octal202637075137612513233
Binary100000101100111110111101101111111000110101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823307; }

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

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

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

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

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

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

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

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