Html Css Color HEX #865337 Cigar

📋 copy color: '#865337'

red 134 ◦ green 83 ◦ blue 55

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

Shades of Cigar #865337

Tints of Cigar #865337

RGB

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

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

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

R = 49.26%
G = 30.51%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#865337 (or 0x865337) is known color: Cigar. HEX triplet: 86, 53 and 37. RGB value is (134,83,55). Sum of RGB (Red+Green+Blue) = 134+83+55=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #865337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865337 is #79ACC8. Grayscale: #5F5F5F. Windows color (decimal): -7974089 or 3625862. OLE color: 3625862.

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

Color convert

RGB 134 83 55 -
CMYK 0 0.38 0.59 0.47
HSL 21.27º 0.42% 0.37% -
HSV(B) 21.27º 0.59% 0.53% -
XYZ 13.61 11.53 5.12 -
YUV 95.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 134 83 55 0 0.38 0.59 0.47 21.27 0.42 0.37
Hex 86 53 37 0 26 3B 2F 15 2A 25
Octal 206 123 67 0 46 73 57 25 52 45
Binary 10000110 1010011 110111 0 100110 111011 101111 10101 101010 100101

Color Harmonies of #865337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865337

Black with #865337

Text Example


Text Example

White with #865337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865337; }

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

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

background-color css

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

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

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

border-color css

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

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

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