Html Css Color HEX #835139 Cigar

📋 copy color: '#835139'

red 131 ◦ green 81 ◦ blue 57

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

Shades of Cigar #835139

Tints of Cigar #835139

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.11%

 BLUE value IS 57 (22.66% from 255) = 21.19%

R = 48.7%
G = 30.11%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#835139 (or 0x835139) is known color: Cigar. HEX triplet: 83, 51 and 39. RGB value is (131,81,57). Sum of RGB (Red+Green+Blue) = 131+81+57=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #835139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835139 is #7CAEC6. Grayscale: #5D5D5D. Windows color (decimal): -8171207 or 3756419. OLE color: 3756419.

HSL color Cylindrical-coordinate representation of color #835139: hue angle of 19.46º 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 #835139 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 81 57 -
CMYK 0 0.38 0.56 0.49
HSL 19.46º 0.39% 0.37% -
HSV(B) 19.46º 0.56% 0.51% -
XYZ 13.04 11.01 5.31 -
YUV 93.21 107.57 154.95 -
System Red Green Blue C M Y K H S L
Decimal 131 81 57 0 0.38 0.56 0.49 19.46 0.39 0.37
Hex 83 51 39 0 26 38 31 13 27 25
Octal 203 121 71 0 46 70 61 23 47 45
Binary 10000011 1010001 111001 0 100110 111000 110001 10011 100111 100101

Color Harmonies of #835139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835139

Black with #835139

Text Example


Text Example

White with #835139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835139; }

 p { color: rgb(131,81,57); }

 H1.HeaderClassName
 {
   color: #835139;
 }
 .AnyTagClassName
 {
   color: #835139;
 }
</style>

background-color css

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

 a { background-color: rgb(131,81,57); }

 div.DivClassName
 {
   background-color: #835139;
 }
 .BgClassName
 {
   background-color: #835139;
 }
</style>

border-color css

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

 span { border-color: rgb(131,81,57); }

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