#823A0B

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

Shades of Saddle Brown #823A0B

Tints of Saddle Brown #823A0B

Color information

#823A0B (or 0x823A0B) is unknown color: approx Saddle Brown. HEX triplet: 82, 3A and 0B. RGB value is (130,58,11). Sum of RGB (Red+Green+Blue) = 130+58+11=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #823A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823A0B is #7DC5F4. Grayscale: #4A4A4A. Windows color (decimal): -8242677 or 735874. OLE color: 735874.

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

Color convert

RGB1305811-
CMYK00.550.920.49
HSL23.7º84.4%27.65%-
HSV(B)23.7º91.54%50.98%-
XYZ10.787.81.25-
YUV74.1792.35167.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.33%
GREEN value IS 58 (23.05% from 255) = 29.15%
BLUE value IS 11 (4.69% from 255) = 5.53%
R=65.33%
G=29.15%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130581100.550.920.4923.784.427.65
Hex823AB0375C3118541c
Octal2027213067134613012434
Binary1000001011101010110110111101110011000111000101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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