Html Css Color HEX #7D5537 Cigar

📋 copy color: '#7D5537'

red 125 ◦ green 85 ◦ blue 55

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

Shades of Cigar #7D5537

Tints of Cigar #7D5537

RGB

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

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

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

R = 47.17%
G = 32.08%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7D5537 (or 0x7D5537) is known color: Cigar. HEX triplet: 7D, 55 and 37. RGB value is (125,85,55). Sum of RGB (Red+Green+Blue) = 125+85+55=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5537 is #82AAC8. Grayscale: #5D5D5D. Windows color (decimal): -8563401 or 3626365. OLE color: 3626365.

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

Color convert

RGB 125 85 55 -
CMYK 0 0.32 0.56 0.51
HSL 25.71º 0.39% 0.35% -
HSV(B) 25.71º 0.56% 0.49% -
XYZ 12.4 11.13 5.11 -
YUV 93.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 125 85 55 0 0.32 0.56 0.51 25.71 0.39 0.35
Hex 7D 55 37 0 20 38 33 1A 27 23
Octal 175 125 67 0 40 70 63 32 47 43
Binary 1111101 1010101 110111 0 100000 111000 110011 11010 100111 100011

Color Harmonies of #7D5537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5537

Black with #7D5537

Text Example


Text Example

White with #7D5537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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