Html Css Color HEX #855239 Cigar

📋 copy color: '#855239'

red 133 ◦ green 82 ◦ blue 57

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

Shades of Cigar #855239

Tints of Cigar #855239

RGB

 RED value IS 133 (52.34% from 255) = 48.9%

 GREEN value IS 82 (32.42% from 255) = 30.15%

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

R = 48.9%
G = 30.15%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#855239 (or 0x855239) is known color: Cigar. HEX triplet: 85, 52 and 39. RGB value is (133,82,57). Sum of RGB (Red+Green+Blue) = 133+82+57=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #855239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855239 is #7AADC6. Grayscale: #5E5E5E. Windows color (decimal): -8039879 or 3756677. OLE color: 3756677.

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

Color convert

RGB 133 82 57 -
CMYK 0 0.38 0.57 0.48
HSL 19.74º 0.4% 0.37% -
HSV(B) 19.74º 0.57% 0.52% -
XYZ 13.43 11.32 5.35 -
YUV 94.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 133 82 57 0 0.38 0.57 0.48 19.74 0.4 0.37
Hex 85 52 39 0 26 39 30 14 28 25
Octal 205 122 71 0 46 71 60 24 50 45
Binary 10000101 1010010 111001 0 100110 111001 110000 10100 101000 100101

Color Harmonies of #855239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855239

Black with #855239

Text Example


Text Example

White with #855239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855239; }

 p { color: rgb(133,82,57); }

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

background-color css

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

 a { background-color: rgb(133,82,57); }

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

border-color css

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

 span { border-color: rgb(133,82,57); }

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