Html Css Color HEX #865339 Cigar

📋 copy color: '#865339'

red 134 ◦ green 83 ◦ blue 57

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

Shades of Cigar #865339

Tints of Cigar #865339

RGB

 RED value IS 134 (52.73% from 255) = 48.91%

 GREEN value IS 83 (32.81% from 255) = 30.29%

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

R = 48.91%
G = 30.29%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#865339 (or 0x865339) is known color: Cigar. HEX triplet: 86, 53 and 39. RGB value is (134,83,57). Sum of RGB (Red+Green+Blue) = 134+83+57=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #865339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865339 is #79ACC6. Grayscale: #5F5F5F. Windows color (decimal): -7974087 or 3756934. OLE color: 3756934.

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

Color convert

RGB 134 83 57 -
CMYK 0 0.38 0.57 0.47
HSL 20.26º 0.4% 0.37% -
HSV(B) 20.26º 0.57% 0.53% -
XYZ 13.66 11.55 5.38 -
YUV 95.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 134 83 57 0 0.38 0.57 0.47 20.26 0.4 0.37
Hex 86 53 39 0 26 39 2F 14 28 25
Octal 206 123 71 0 46 71 57 24 50 45
Binary 10000110 1010011 111001 0 100110 111001 101111 10100 101000 100101

Color Harmonies of #865339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865339

Black with #865339

Text Example


Text Example

White with #865339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865339; }

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

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

background-color css

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

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

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

border-color css

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

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

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