Html Css Color HEX #7F5539 Cigar

📋 copy color: '#7F5539'

red 127 ◦ green 85 ◦ blue 57

#7F5539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cigar #7F5539

Tints of Cigar #7F5539

RGB

 RED value IS 127 (50% from 255) = 47.21%

 GREEN value IS 85 (33.59% from 255) = 31.6%

 BLUE value IS 57 (22.66% from 255) = 21.19%

R = 47.21%
G = 31.6%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#7F5539 (or 0x7F5539) is known color: Cigar. HEX triplet: 7F, 55 and 39. RGB value is (127,85,57). Sum of RGB (Red+Green+Blue) = 127+85+57=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5539 is #80AAC6. Grayscale: #5E5E5E. Windows color (decimal): -8432327 or 3757439. OLE color: 3757439.

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

Color convert

RGB 127 85 57 -
CMYK 0 0.33 0.55 0.50
HSL 24º 0.38% 0.36% -
HSV(B) 24º 0.55% 0.5% -
XYZ 12.74 11.3 5.38 -
YUV 94.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 127 85 57 0 0.33 0.55 0.50 24 0.38 0.36
Hex 7F 55 39 0 21 37 32 18 26 24
Octal 177 125 71 0 41 67 62 30 46 44
Binary 1111111 1010101 111001 0 100001 110111 110010 11000 100110 100100

Color Harmonies of #7F5539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5539

Black with #7F5539

Text Example


Text Example

White with #7F5539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,85,57); }

 H1.HeaderClassName
 {
   color: #7F5539;
 }
 .AnyTagClassName
 {
   color: #7F5539;
 }
</style>

background-color css

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

 a { background-color: rgb(127,85,57); }

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

border-color css

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

 span { border-color: rgb(127,85,57); }

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