#865338

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

Shades of Cigar #865338

Tints of Cigar #865338

Color information

#865338 (or 0x865338) is unknown color: approx Cigar. HEX triplet: 86, 53 and 38. RGB value is (134,83,56). Sum of RGB (Red+Green+Blue) = 134+83+56=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #865338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865338 is #79ACC7. Grayscale: #5F5F5F. Windows color (decimal): -7974088 or 3691398. OLE color: 3691398.

HSL color Cylindrical-coordinate representation of color #865338: hue angle of 20.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #865338 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB1348356-
CMYK00.380.580.47
HSL20.77º41.05%37.25%-
HSV(B)20.77º58.21%52.55%-
XYZ13.6411.545.25-
YUV95.17105.9155.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 56 (22.27% from 255) = 20.51%
R=49.08%
G=30.40%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134835600.380.580.4720.7741.0537.25
Hex8653380263A2F152925
Octal206123700467257255145
Binary100001101010011111000010011011101010111110101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865338; }

 p { color: rgb(134,83,56); }

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

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

 a { background-color: rgb(134,83,56); }

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

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

 span { border-color: rgb(134,83,56); }

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