Html Css Color HEX #855135 Cigar

📋 copy color: '#855135'

red 133 ◦ green 81 ◦ blue 53

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

Shades of Cigar #855135

Tints of Cigar #855135

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.34%

 BLUE value IS 53 (21.09% from 255) = 19.85%

R = 49.81%
G = 30.34%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#855135 (or 0x855135) is known color: Cigar. HEX triplet: 85, 51 and 35. RGB value is (133,81,53). Sum of RGB (Red+Green+Blue) = 133+81+53=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #855135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855135 is #7AAECA. Grayscale: #5D5D5D. Windows color (decimal): -8040139 or 3494277. OLE color: 3494277.

HSL color Cylindrical-coordinate representation of color #855135: hue angle of 21º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #855135 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 81 53 -
CMYK 0 0.39 0.60 0.48
HSL 21º 0.43% 0.36% -
HSV(B) 21º 0.6% 0.52% -
XYZ 13.26 11.13 4.82 -
YUV 93.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 133 81 53 0 0.39 0.60 0.48 21 0.43 0.36
Hex 85 51 35 0 27 3C 30 15 2B 24
Octal 205 121 65 0 47 74 60 25 53 44
Binary 10000101 1010001 110101 0 100111 111100 110000 10101 101011 100100

Color Harmonies of #855135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855135

Black with #855135

Text Example


Text Example

White with #855135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855135; }

 p { color: rgb(133,81,53); }

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

background-color css

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

 a { background-color: rgb(133,81,53); }

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

border-color css

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

 span { border-color: rgb(133,81,53); }

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