#823006

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

Shades of Saddle Brown #823006

Tints of Saddle Brown #823006

Color information

#823006 (or 0x823006) is unknown color: approx Saddle Brown. HEX triplet: 82, 30 and 06. RGB value is (130,48,6). Sum of RGB (Red+Green+Blue) = 130+48+6=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #823006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823006 is #7DCFF9. Grayscale: #434343. Windows color (decimal): -8245242 or 405634. OLE color: 405634.

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

Color convert

RGB130486-
CMYK00.630.950.49
HSL20.32º91.18%26.67%-
HSV(B)20.32º95.38%50.98%-
XYZ10.36.870.96-
YUV67.7393.17172.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.65%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 6 (2.73% from 255) = 3.26%
R=70.65%
G=26.09%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13048600.630.950.4920.3291.1826.67
Hex8230603F5F31145b1b
Octal202606077137612413333
Binary100000101100001100111111101111111000110100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823006; }

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

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

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

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

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

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

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

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