Html Css Color HEX #855439 Cigar

📋 copy color: '#855439'

red 133 ◦ green 84 ◦ blue 57

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

Shades of Cigar #855439

Tints of Cigar #855439

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

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

R = 48.54%
G = 30.66%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#855439 (or 0x855439) is known color: Cigar. HEX triplet: 85, 54 and 39. RGB value is (133,84,57). Sum of RGB (Red+Green+Blue) = 133+84+57=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #855439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855439 is #7AABC6. Grayscale: #5F5F5F. Windows color (decimal): -8039367 or 3757189. OLE color: 3757189.

HSL color Cylindrical-coordinate representation of color #855439: hue angle of 21.32º 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 #855439 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 57 -
CMYK 0 0.37 0.57 0.48
HSL 21.32º 0.4% 0.37% -
HSV(B) 21.32º 0.57% 0.52% -
XYZ 13.58 11.62 5.4 -
YUV 95.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 133 84 57 0 0.37 0.57 0.48 21.32 0.4 0.37
Hex 85 54 39 0 25 39 30 15 28 25
Octal 205 124 71 0 45 71 60 25 50 45
Binary 10000101 1010100 111001 0 100101 111001 110000 10101 101000 100101

Color Harmonies of #855439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855439

Black with #855439

Text Example


Text Example

White with #855439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855439; }

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

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

background-color css

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

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

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

border-color css

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

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

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