#823F06

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

Shades of Saddle Brown #823F06

Tints of Saddle Brown #823F06

Color information

#823F06 (or 0x823F06) is unknown color: approx Saddle Brown. HEX triplet: 82, 3F and 06. RGB value is (130,63,6). Sum of RGB (Red+Green+Blue) = 130+63+6=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #823F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823F06 is #7DC0F9. Grayscale: #4C4C4C. Windows color (decimal): -8241402 or 409474. OLE color: 409474.

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

Color convert

RGB130636-
CMYK00.520.950.49
HSL27.58º91.18%26.67%-
HSV(B)27.58º95.38%50.98%-
XYZ11.028.311.2-
YUV76.5488.2166.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.33%
GREEN value IS 63 (25% from 255) = 31.66%
BLUE value IS 6 (2.73% from 255) = 3.02%
R=65.33%
G=31.66%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13063600.520.950.4927.5891.1826.67
Hex823F60345F311c5b1b
Octal202776064137613413333
Binary100000101111111100110100101111111000111100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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