#845038

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

Shades of Cigar #845038

Tints of Cigar #845038

Color information

#845038 (or 0x845038) is unknown color: approx Cigar. HEX triplet: 84, 50 and 38. RGB value is (132,80,56). Sum of RGB (Red+Green+Blue) = 132+80+56=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #845038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845038 is #7BAFC7. Grayscale: #5C5C5C. Windows color (decimal): -8105928 or 3690628. OLE color: 3690628.

HSL color Cylindrical-coordinate representation of color #845038: hue angle of 18.95º 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 #845038 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1328056-
CMYK00.390.580.48
HSL18.95º40.43%36.86%-
HSV(B)18.95º57.58%51.76%-
XYZ13.110.935.16-
YUV92.81107.23155.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 56 (22.27% from 255) = 20.90%
R=49.25%
G=29.85%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132805600.390.580.4818.9540.4336.86
Hex8450380273A30132825
Octal204120700477260235045
Binary100001001010000111000010011111101011000010011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845038; }

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

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

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

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

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

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

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

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