Html Css Color HEX #83503A Cigar

📋 copy color: '#83503A'

red 131 ◦ green 80 ◦ blue 58

#83503A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cigar #83503A

Tints of Cigar #83503A

RGB

 RED value IS 131 (51.56% from 255) = 48.7%

 GREEN value IS 80 (31.64% from 255) = 29.74%

 BLUE value IS 58 (23.05% from 255) = 21.56%

R = 48.7%
G = 29.74%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83503A (or 0x83503A) is known color: 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

RGB 131 80 58 -
CMYK 0 0.39 0.56 0.49
HSL 18.08º 0.39% 0.37% -
HSV(B) 18.08º 0.56% 0.51% -
XYZ 12.99 10.87 5.42 -
YUV 92.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 131 80 58 0 0.39 0.56 0.49 18.08 0.39 0.37
Hex 83 50 3A 0 27 38 31 12 27 25
Octal 203 120 72 0 47 70 61 22 47 45
Binary 10000011 1010000 111010 0 100111 111000 110001 10010 100111 100101

Color Harmonies of #83503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83503A

Black with #83503A

Text Example


Text Example

White with #83503A

Text Example


Text Example

HTML Codes & Css Web 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>