#823D06

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

Shades of Saddle Brown #823D06

Tints of Saddle Brown #823D06

Color information

#823D06 (or 0x823D06) is unknown color: approx Saddle Brown. HEX triplet: 82, 3D and 06. RGB value is (130,61,6). Sum of RGB (Red+Green+Blue) = 130+61+6=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #823D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823D06 is #7DC2F9. Grayscale: #4B4B4B. Windows color (decimal): -8241914 or 408962. OLE color: 408962.

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

Color convert

RGB130616-
CMYK00.530.950.49
HSL26.61º91.18%26.67%-
HSV(B)26.61º95.38%50.98%-
XYZ10.918.11.16-
YUV75.3688.86166.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.99%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 6 (2.73% from 255) = 3.05%
R=65.99%
G=30.96%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13061600.530.950.4926.6191.1826.67
Hex823D60355F311b5b1b
Octal202756065137613313333
Binary100000101111011100110101101111111000111011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823D06; }

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

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

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

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

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

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

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

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