Html Css Color HEX #7D5239 Cigar

📋 copy color: '#7D5239'

red 125 ◦ green 82 ◦ blue 57

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

Shades of Cigar #7D5239

Tints of Cigar #7D5239

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.06%

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

R = 47.35%
G = 31.06%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D5239 (or 0x7D5239) is known color: Cigar. HEX triplet: 7D, 52 and 39. RGB value is (125,82,57). Sum of RGB (Red+Green+Blue) = 125+82+57=264 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.35% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5239 is #82ADC6. Grayscale: #5C5C5C. Windows color (decimal): -8564167 or 3756669. OLE color: 3756669.

HSL color Cylindrical-coordinate representation of color #7D5239: hue angle of 22.06º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D5239 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 82 57 -
CMYK 0 0.34 0.54 0.51
HSL 22.06º 0.37% 0.36% -
HSV(B) 22.06º 0.54% 0.49% -
XYZ 12.21 10.69 5.29 -
YUV 92.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 125 82 57 0 0.34 0.54 0.51 22.06 0.37 0.36
Hex 7D 52 39 0 22 36 33 16 25 24
Octal 175 122 71 0 42 66 63 26 45 44
Binary 1111101 1010010 111001 0 100010 110110 110011 10110 100101 100100

Color Harmonies of #7D5239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5239

Black with #7D5239

Text Example


Text Example

White with #7D5239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,82,57); }

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

background-color css

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

 a { background-color: rgb(125,82,57); }

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

border-color css

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

 span { border-color: rgb(125,82,57); }

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