#823E0B

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

Shades of Saddle Brown #823E0B

Tints of Saddle Brown #823E0B

Color information

#823E0B (or 0x823E0B) is unknown color: approx Saddle Brown. HEX triplet: 82, 3E and 0B. RGB value is (130,62,11). Sum of RGB (Red+Green+Blue) = 130+62+11=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #823E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823E0B is #7DC1F4. Grayscale: #4C4C4C. Windows color (decimal): -8241653 or 736898. OLE color: 736898.

HSL color Cylindrical-coordinate representation of color #823E0B: hue angle of 25.71º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #823E0B is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1306211-
CMYK00.520.920.49
HSL25.71º84.4%27.65%-
HSV(B)25.71º91.54%50.98%-
XYZ10.998.221.32-
YUV76.5291.03166.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.04%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 11 (4.69% from 255) = 5.42%
R=64.04%
G=30.54%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130621100.520.920.4925.7184.427.65
Hex823EB0345C311a541c
Octal2027613064134613212434
Binary1000001011111010110110100101110011000111010101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,62,11); }

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

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

 a { background-color: rgb(130,62,11); }

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

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

 span { border-color: rgb(130,62,11); }

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