Html Css Color HEX #7D543D Cigar

📋 copy color: '#7D543D'

red 125 ◦ green 84 ◦ blue 61

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

Shades of Cigar #7D543D

Tints of Cigar #7D543D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

 BLUE value IS 61 (24.22% from 255) = 22.59%

R = 46.3%
G = 31.11%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D543D (or 0x7D543D) is known color: Cigar. HEX triplet: 7D, 54 and 3D. RGB value is (125,84,61). Sum of RGB (Red+Green+Blue) = 125+84+61=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D543D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D543D is #82ABC2. Grayscale: #5D5D5D. Windows color (decimal): -8563651 or 4019325. OLE color: 4019325.

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

Color convert

RGB 125 84 61 -
CMYK 0 0.33 0.51 0.51
HSL 21.56º 0.34% 0.36% -
HSV(B) 21.56º 0.51% 0.49% -
XYZ 12.47 11.04 5.89 -
YUV 93.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 125 84 61 0 0.33 0.51 0.51 21.56 0.34 0.36
Hex 7D 54 3D 0 21 33 33 16 22 24
Octal 175 124 75 0 41 63 63 26 42 44
Binary 1111101 1010100 111101 0 100001 110011 110011 10110 100010 100100

Color Harmonies of #7D543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D543D

Black with #7D543D

Text Example


Text Example

White with #7D543D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,84,61); }

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

background-color css

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

 a { background-color: rgb(125,84,61); }

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

border-color css

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

 span { border-color: rgb(125,84,61); }

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