Html Css Color HEX #7C553D Cigar

📋 copy color: '#7C553D'

red 124 ◦ green 85 ◦ blue 61

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

Shades of Cigar #7C553D

Tints of Cigar #7C553D

RGB

 RED value IS 124 (48.83% from 255) = 45.93%

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

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

R = 45.93%
G = 31.48%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7C553D (or 0x7C553D) is known color: Cigar. HEX triplet: 7C, 55 and 3D. RGB value is (124,85,61). Sum of RGB (Red+Green+Blue) = 124+85+61=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C553D is #83AAC2. Grayscale: #5E5E5E. Windows color (decimal): -8628931 or 4019580. OLE color: 4019580.

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

Color convert

RGB 124 85 61 -
CMYK 0 0.31 0.51 0.51
HSL 22.86º 0.34% 0.36% -
HSV(B) 22.86º 0.51% 0.49% -
XYZ 12.4 11.12 5.91 -
YUV 93.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 124 85 61 0 0.31 0.51 0.51 22.86 0.34 0.36
Hex 7C 55 3D 0 1F 33 33 17 22 24
Octal 174 125 75 0 37 63 63 27 42 44
Binary 1111100 1010101 111101 0 11111 110011 110011 10111 100010 100100

Color Harmonies of #7C553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C553D

Black with #7C553D

Text Example


Text Example

White with #7C553D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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