Html Css Color HEX #7D5136 Cigar

📋 copy color: '#7D5136'

red 125 ◦ green 81 ◦ blue 54

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

Shades of Cigar #7D5136

Tints of Cigar #7D5136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.77%

R = 48.08%
G = 31.15%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7D5136 (or 0x7D5136) is known color: Cigar. HEX triplet: 7D, 51 and 36. RGB value is (125,81,54). Sum of RGB (Red+Green+Blue) = 125+81+54=260 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.08% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5136 is #82AEC9. Grayscale: #5B5B5B. Windows color (decimal): -8564426 or 3559805. OLE color: 3559805.

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

Color convert

RGB 125 81 54 -
CMYK 0 0.35 0.57 0.51
HSL 22.82º 0.4% 0.35% -
HSV(B) 22.82º 0.57% 0.49% -
XYZ 12.07 10.51 4.88 -
YUV 91.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 125 81 54 0 0.35 0.57 0.51 22.82 0.4 0.35
Hex 7D 51 36 0 23 39 33 17 28 23
Octal 175 121 66 0 43 71 63 27 50 43
Binary 1111101 1010001 110110 0 100011 111001 110011 10111 101000 100011

Color Harmonies of #7D5136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5136

Black with #7D5136

Text Example


Text Example

White with #7D5136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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