#85533B

Color #85533B Cigar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cigar #85533B

Tints of Cigar #85533B

Color information

#85533B (or 0x85533B) is unknown color: approx Cigar. HEX triplet: 85, 53 and 3B. RGB value is (133,83,59). Sum of RGB (Red+Green+Blue) = 133+83+59=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85533B is #7AACC4. Grayscale: #5F5F5F. Windows color (decimal): -8039621 or 3888005. OLE color: 3888005.

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

Color convert

RGB1338359-
CMYK00.380.560.48
HSL19.46º38.54%37.65%-
HSV(B)19.46º55.64%52.16%-
XYZ13.5611.495.64-
YUV95.21107.56154.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 59 (23.44% from 255) = 21.45%
R=48.36%
G=30.18%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133835900.380.560.4819.4638.5437.65
Hex85533B0263830132726
Octal205123730467060234746
Binary100001011010011111011010011011100011000010011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85533B; }

 p { color: rgb(133,83,59); }

 H1.HeaderClassName
 {
   color: #85533B;
 }
 .AnyTagClassName
 {
   color: #85533B;
 }
</style>
background-color css

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

 a { background-color: rgb(133,83,59); }

 div.DivClassName
 {
   background-color: #85533B;
 }
 .BgClassName
 {
   background-color: #85533B;
 }
</style>
border-color css

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

 span { border-color: rgb(133,83,59); }

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