Html Css Color HEX #865336 Cigar

📋 copy color: '#865336'

red 134 ◦ green 83 ◦ blue 54

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

Shades of Cigar #865336

Tints of Cigar #865336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.93%

R = 49.45%
G = 30.63%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#865336 (or 0x865336) is known color: Cigar. HEX triplet: 86, 53 and 36. RGB value is (134,83,54). Sum of RGB (Red+Green+Blue) = 134+83+54=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #865336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865336 is #79ACC9. Grayscale: #5F5F5F. Windows color (decimal): -7974090 or 3560326. OLE color: 3560326.

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

Color convert

RGB 134 83 54 -
CMYK 0 0.38 0.60 0.47
HSL 21.75º 0.43% 0.37% -
HSV(B) 21.75º 0.6% 0.53% -
XYZ 13.59 11.52 5 -
YUV 94.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 134 83 54 0 0.38 0.60 0.47 21.75 0.43 0.37
Hex 86 53 36 0 26 3C 2F 16 2B 25
Octal 206 123 66 0 46 74 57 26 53 45
Binary 10000110 1010011 110110 0 100110 111100 101111 10110 101011 100101

Color Harmonies of #865336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865336

Black with #865336

Text Example


Text Example

White with #865336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865336; }

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

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

background-color css

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

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

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

border-color css

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

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

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