Html Css Color HEX #7E5537 Cigar

📋 copy color: '#7E5537'

red 126 ◦ green 85 ◦ blue 55

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

Shades of Cigar #7E5537

Tints of Cigar #7E5537

RGB

 RED value IS 126 (49.61% from 255) = 47.37%

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

 BLUE value IS 55 (21.88% from 255) = 20.68%

R = 47.37%
G = 31.95%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7E5537 (or 0x7E5537) is known color: Cigar. HEX triplet: 7E, 55 and 37. RGB value is (126,85,55). Sum of RGB (Red+Green+Blue) = 126+85+55=266 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.37% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5537 is #81AAC8. Grayscale: #5D5D5D. Windows color (decimal): -8497865 or 3626366. OLE color: 3626366.

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

Color convert

RGB 126 85 55 -
CMYK 0 0.33 0.56 0.51
HSL 25.35º 0.39% 0.35% -
HSV(B) 25.35º 0.56% 0.49% -
XYZ 12.54 11.21 5.12 -
YUV 93.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 126 85 55 0 0.33 0.56 0.51 25.35 0.39 0.35
Hex 7E 55 37 0 21 38 33 19 27 23
Octal 176 125 67 0 41 70 63 31 47 43
Binary 1111110 1010101 110111 0 100001 111000 110011 11001 100111 100011

Color Harmonies of #7E5537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5537

Black with #7E5537

Text Example


Text Example

White with #7E5537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,85,55); }

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

background-color css

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

 a { background-color: rgb(126,85,55); }

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

border-color css

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

 span { border-color: rgb(126,85,55); }

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