#823A05

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

Shades of Saddle Brown #823A05

Tints of Saddle Brown #823A05

Color information

#823A05 (or 0x823A05) is unknown color: approx Saddle Brown. HEX triplet: 82, 3A and 05. RGB value is (130,58,5). Sum of RGB (Red+Green+Blue) = 130+58+5=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #823A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823A05 is #7DC5FA. Grayscale: #494949. Windows color (decimal): -8242683 or 342658. OLE color: 342658.

HSL color Cylindrical-coordinate representation of color #823A05: hue angle of 25.44º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #823A05 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB130585-
CMYK00.550.960.49
HSL25.44º92.59%26.47%-
HSV(B)25.44º96.15%50.98%-
XYZ10.757.781.08-
YUV73.4989.35168.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.36%
GREEN value IS 58 (23.05% from 255) = 30.05%
BLUE value IS 5 (2.34% from 255) = 2.59%
R=67.36%
G=30.05%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13058500.550.960.4925.4492.5926.47
Hex823A50376031195d1a
Octal202725067140613113532
Binary100000101110101010110111110000011000111001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,58,5); }

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

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

 a { background-color: rgb(130,58,5); }

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

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

 span { border-color: rgb(130,58,5); }

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