#823D08

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

Shades of Saddle Brown #823D08

Tints of Saddle Brown #823D08

Color information

#823D08 (or 0x823D08) is unknown color: approx Saddle Brown. HEX triplet: 82, 3D and 08. RGB value is (130,61,8). Sum of RGB (Red+Green+Blue) = 130+61+8=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #823D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823D08 is #7DC2F7. Grayscale: #4B4B4B. Windows color (decimal): -8241912 or 540034. OLE color: 540034.

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

Color convert

RGB130618-
CMYK00.530.940.49
HSL26.07º88.41%27.06%-
HSV(B)26.07º93.85%50.98%-
XYZ10.928.11.22-
YUV75.5989.86166.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.33%
GREEN value IS 61 (24.22% from 255) = 30.65%
BLUE value IS 8 (3.52% from 255) = 4.02%
R=65.33%
G=30.65%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13061800.530.940.4926.0788.4127.06
Hex823D80355E311a581b
Octal2027510065136613213033
Binary1000001011110110000110101101111011000111010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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