#823008

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

Shades of Saddle Brown #823008

Tints of Saddle Brown #823008

Color information

#823008 (or 0x823008) is unknown color: approx Saddle Brown. HEX triplet: 82, 30 and 08. RGB value is (130,48,8). Sum of RGB (Red+Green+Blue) = 130+48+8=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #823008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823008 is #7DCFF7. Grayscale: #444444. Windows color (decimal): -8245240 or 536706. OLE color: 536706.

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

Color convert

RGB130488-
CMYK00.630.940.49
HSL19.67º88.41%27.06%-
HSV(B)19.67º93.85%50.98%-
XYZ10.316.881.01-
YUV67.9694.17172.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.89%
GREEN value IS 48 (19.14% from 255) = 25.81%
BLUE value IS 8 (3.52% from 255) = 4.30%
R=69.89%
G=25.81%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13048800.630.940.4919.6788.4127.06
Hex8230803F5E3114581b
Octal2026010077136612413033
Binary1000001011000010000111111101111011000110100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823008; }

 p { color: rgb(130,48,8); }

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

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

 a { background-color: rgb(130,48,8); }

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

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

 span { border-color: rgb(130,48,8); }

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