#83503A

Color #83503A Cigar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cigar #83503A

Tints of Cigar #83503A

Color information

#83503A (or 0x83503A) is unknown color: approx Cigar. HEX triplet: 83, 50 and 3A. RGB value is (131,80,58). Sum of RGB (Red+Green+Blue) = 131+80+58=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #83503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83503A is #7CAFC5. Grayscale: #5C5C5C. Windows color (decimal): -8171462 or 3821699. OLE color: 3821699.

HSL color Cylindrical-coordinate representation of color #83503A: hue angle of 18.08º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83503A is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB1318058-
CMYK00.390.560.49
HSL18.08º38.62%37.06%-
HSV(B)18.08º55.73%51.37%-
XYZ12.9910.875.42-
YUV92.74108.4155.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=48.70%
G=29.74%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131805800.390.560.4918.0838.6237.06
Hex83503A0273831122725
Octal203120720477061224745
Binary100000111010000111010010011111100011000110010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83503A; }

 p { color: rgb(131,80,58); }

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

<style>
 a { background-color: #83503A; }

 a { background-color: rgb(131,80,58); }

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

<style>
 span { border-color: #83503A; }

 span { border-color: rgb(131,80,58); }

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