#823506

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

Shades of Saddle Brown #823506

Tints of Saddle Brown #823506

Color information

#823506 (or 0x823506) is unknown color: approx Saddle Brown. HEX triplet: 82, 35 and 06. RGB value is (130,53,6). Sum of RGB (Red+Green+Blue) = 130+53+6=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #823506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823506 is #7DCAF9. Grayscale: #464646. Windows color (decimal): -8243962 or 406914. OLE color: 406914.

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

Color convert

RGB130536-
CMYK00.590.950.49
HSL22.74º91.18%26.67%-
HSV(B)22.74º95.38%50.98%-
XYZ10.517.311.03-
YUV70.6691.51170.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.78%
GREEN value IS 53 (21.09% from 255) = 28.04%
BLUE value IS 6 (2.73% from 255) = 3.17%
R=68.78%
G=28.04%
B=3.17%

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
Decimal13053600.590.950.4922.7491.1826.67
Hex8235603B5F31175b1b
Octal202656073137612713333
Binary100000101101011100111011101111111000110111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823506; }

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

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

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

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

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

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

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

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