Html Css Color HEX #7D553D Cigar

📋 copy color: '#7D553D'

red 125 ◦ green 85 ◦ blue 61

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

Shades of Cigar #7D553D

Tints of Cigar #7D553D

RGB

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

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

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

R = 46.13%
G = 31.37%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D553D (or 0x7D553D) is known color: Cigar. HEX triplet: 7D, 55 and 3D. RGB value is (125,85,61). Sum of RGB (Red+Green+Blue) = 125+85+61=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D553D is #82AAC2. Grayscale: #5E5E5E. Windows color (decimal): -8563395 or 4019581. OLE color: 4019581.

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

Color convert

RGB 125 85 61 -
CMYK 0 0.32 0.51 0.51
HSL 22.5º 0.34% 0.36% -
HSV(B) 22.5º 0.51% 0.49% -
XYZ 12.55 11.19 5.91 -
YUV 94.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 125 85 61 0 0.32 0.51 0.51 22.5 0.34 0.36
Hex 7D 55 3D 0 20 33 33 16 22 24
Octal 175 125 75 0 40 63 63 26 42 44
Binary 1111101 1010101 111101 0 100000 110011 110011 10110 100010 100100

Color Harmonies of #7D553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D553D

Black with #7D553D

Text Example


Text Example

White with #7D553D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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