Html Css Color HEX #835537 Cigar

📋 copy color: '#835537'

red 131 ◦ green 85 ◦ blue 55

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

Shades of Cigar #835537

Tints of Cigar #835537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.37%

 BLUE value IS 55 (21.88% from 255) = 20.3%

R = 48.34%
G = 31.37%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#835537 (or 0x835537) is known color: Cigar. HEX triplet: 83, 55 and 37. RGB value is (131,85,55). Sum of RGB (Red+Green+Blue) = 131+85+55=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #835537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835537 is #7CAAC8. Grayscale: #5F5F5F. Windows color (decimal): -8170185 or 3626371. OLE color: 3626371.

HSL color Cylindrical-coordinate representation of color #835537: hue angle of 23.68º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #835537 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 85 55 -
CMYK 0 0.35 0.58 0.49
HSL 23.68º 0.41% 0.36% -
HSV(B) 23.68º 0.58% 0.51% -
XYZ 13.3 11.6 5.15 -
YUV 95.33 105.24 153.44 -
System Red Green Blue C M Y K H S L
Decimal 131 85 55 0 0.35 0.58 0.49 23.68 0.41 0.36
Hex 83 55 37 0 23 3A 31 18 29 24
Octal 203 125 67 0 43 72 61 30 51 44
Binary 10000011 1010101 110111 0 100011 111010 110001 11000 101001 100100

Color Harmonies of #835537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835537

Black with #835537

Text Example


Text Example

White with #835537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835537; }

 p { color: rgb(131,85,55); }

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

background-color css

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

 a { background-color: rgb(131,85,55); }

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

border-color css

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

 span { border-color: rgb(131,85,55); }

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