Html Css Color HEX #7D5137 Cigar

📋 copy color: '#7D5137'

red 125 ◦ green 81 ◦ blue 55

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

Shades of Cigar #7D5137

Tints of Cigar #7D5137

RGB

 RED value IS 125 (49.22% from 255) = 47.89%

 GREEN value IS 81 (32.03% from 255) = 31.03%

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

R = 47.89%
G = 31.03%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7D5137 (or 0x7D5137) is known color: Cigar. HEX triplet: 7D, 51 and 37. RGB value is (125,81,55). Sum of RGB (Red+Green+Blue) = 125+81+55=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5137 is #82AEC8. Grayscale: #5B5B5B. Windows color (decimal): -8564425 or 3625341. OLE color: 3625341.

HSL color Cylindrical-coordinate representation of color #7D5137: hue angle of 22.29º 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 #7D5137 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 81 55 -
CMYK 0 0.35 0.56 0.51
HSL 22.29º 0.39% 0.35% -
HSV(B) 22.29º 0.56% 0.49% -
XYZ 12.09 10.52 5.01 -
YUV 91.19 107.58 152.11 -
System Red Green Blue C M Y K H S L
Decimal 125 81 55 0 0.35 0.56 0.51 22.29 0.39 0.35
Hex 7D 51 37 0 23 38 33 16 27 23
Octal 175 121 67 0 43 70 63 26 47 43
Binary 1111101 1010001 110111 0 100011 111000 110011 10110 100111 100011

Color Harmonies of #7D5137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5137

Black with #7D5137

Text Example


Text Example

White with #7D5137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,81,55); }

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

background-color css

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

 a { background-color: rgb(125,81,55); }

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

border-color css

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

 span { border-color: rgb(125,81,55); }

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