#845536

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

Shades of Cigar #845536

Tints of Cigar #845536

Color information

#845536 (or 0x845536) is unknown color: approx Cigar. HEX triplet: 84, 55 and 36. RGB value is (132,85,54). Sum of RGB (Red+Green+Blue) = 132+85+54=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #845536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845536 is #7BAAC9. Grayscale: #5F5F5F. Windows color (decimal): -8104650 or 3560836. OLE color: 3560836.

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

Color convert

RGB1328554-
CMYK00.360.590.48
HSL23.85º41.94%36.47%-
HSV(B)23.85º59.09%51.76%-
XYZ13.4311.675.03-
YUV95.52104.57154.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 54 (21.48% from 255) = 19.93%
R=48.71%
G=31.37%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132855400.360.590.4823.8541.9436.47
Hex8455360243B30182a24
Octal204125660447360305244
Binary100001001010101110110010010011101111000011000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845536; }

 p { color: rgb(132,85,54); }

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

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

 a { background-color: rgb(132,85,54); }

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

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

 span { border-color: rgb(132,85,54); }

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