#835238

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

Shades of Cigar #835238

Tints of Cigar #835238

Color information

#835238 (or 0x835238) is unknown color: approx Cigar. HEX triplet: 83, 52 and 38. RGB value is (131,82,56). Sum of RGB (Red+Green+Blue) = 131+82+56=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #835238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835238 is #7CADC7. Grayscale: #5D5D5D. Windows color (decimal): -8170952 or 3691139. OLE color: 3691139.

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

Color convert

RGB1318256-
CMYK00.370.570.49
HSL20.8º40.11%36.67%-
HSV(B)20.8º57.25%51.37%-
XYZ13.0911.155.2-
YUV93.69106.73154.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 56 (22.27% from 255) = 20.82%
R=48.70%
G=30.48%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131825600.370.570.4920.840.1136.67
Hex8352380253931152825
Octal203122700457161255045
Binary100000111010010111000010010111100111000110101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835238; }

 p { color: rgb(131,82,56); }

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

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

 a { background-color: rgb(131,82,56); }

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

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

 span { border-color: rgb(131,82,56); }

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