#823A1B

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

Shades of Russet #823A1B

Tints of Russet #823A1B

Color information

#823A1B (or 0x823A1B) is unknown color: approx Russet. HEX triplet: 82, 3A and 1B. RGB value is (130,58,27). Sum of RGB (Red+Green+Blue) = 130+58+27=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #823A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823A1B is #7DC5E4. Grayscale: #4C4C4C. Windows color (decimal): -8242661 or 1784450. OLE color: 1784450.

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

Color convert

RGB1305827-
CMYK00.550.790.49
HSL18.06º65.61%30.78%-
HSV(B)18.06º79.23%50.98%-
XYZ10.927.851.98-
YUV75.99100.35166.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.47%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 27 (10.94% from 255) = 12.56%
R=60.47%
G=26.98%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130582700.550.790.4918.0665.6130.78
Hex823A1B0374F3112421f
Octal2027233067117612210237
Binary10000010111010110110110111100111111000110010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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