#845338

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

Shades of Cigar #845338

Tints of Cigar #845338

Color information

#845338 (or 0x845338) is unknown color: approx Cigar. HEX triplet: 84, 53 and 38. RGB value is (132,83,56). Sum of RGB (Red+Green+Blue) = 132+83+56=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #845338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845338 is #7BACC7. Grayscale: #5E5E5E. Windows color (decimal): -8105160 or 3691396. OLE color: 3691396.

HSL color Cylindrical-coordinate representation of color #845338: 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.58%. Process color model (Four color, CMYK) of #845338 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1328356-
CMYK00.370.580.48
HSL21.32º40.43%36.86%-
HSV(B)21.32º57.58%51.76%-
XYZ13.3211.385.24-
YUV94.57106.23154.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 56 (22.27% from 255) = 20.66%
R=48.71%
G=30.63%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132835600.370.580.4821.3240.4336.86
Hex8453380253A30152825
Octal204123700457260255045
Binary100001001010011111000010010111101011000010101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845338; }

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

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

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

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

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

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

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

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