#7F5238

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

Shades of Cigar #7F5238

Tints of Cigar #7F5238

Color information

#7F5238 (or 0x7F5238) is unknown color: approx Cigar. HEX triplet: 7F, 52 and 38. RGB value is (127,82,56). Sum of RGB (Red+Green+Blue) = 127+82+56=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5238 is #80ADC7. Grayscale: #5C5C5C. Windows color (decimal): -8433096 or 3691135. OLE color: 3691135.

HSL color Cylindrical-coordinate representation of color #7F5238: hue angle of 21.97º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F5238 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB1278256-
CMYK00.350.560.50
HSL21.97º38.8%35.88%-
HSV(B)21.97º55.91%49.8%-
XYZ12.4810.835.17-
YUV92.49107.41152.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.92%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=47.92%
G=30.94%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127825600.350.560.5021.9738.835.88
Hex7F52380233832162724
Octal177122700437062264744
Binary11111111010010111000010001111100011001010110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F5238; }

 p { color: rgb(127,82,56); }

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

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

 a { background-color: rgb(127,82,56); }

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

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

 span { border-color: rgb(127,82,56); }

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