#845438

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

Shades of Cigar #845438

Tints of Cigar #845438

Color information

#845438 (or 0x845438) is unknown color: approx Cigar. HEX triplet: 84, 54 and 38. RGB value is (132,84,56). Sum of RGB (Red+Green+Blue) = 132+84+56=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #845438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845438 is #7BABC7. Grayscale: #5F5F5F. Windows color (decimal): -8104904 or 3691652. OLE color: 3691652.

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

Color convert

RGB1328456-
CMYK00.360.580.48
HSL22.11º40.43%36.86%-
HSV(B)22.11º57.58%51.76%-
XYZ13.411.535.26-
YUV95.16105.9154.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.53%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 56 (22.27% from 255) = 20.59%
R=48.53%
G=30.88%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132845600.360.580.4822.1140.4336.86
Hex8454380243A30162825
Octal204124700447260265045
Binary100001001010100111000010010011101011000010110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845438; }

 p { color: rgb(132,84,56); }

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

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

 a { background-color: rgb(132,84,56); }

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

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

 span { border-color: rgb(132,84,56); }

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