Html Css Color HEX #7D4D35 Cigar

📋 copy color: '#7D4D35'

red 125 ◦ green 77 ◦ blue 53

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

Shades of Cigar #7D4D35

Tints of Cigar #7D4D35

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.2%

 BLUE value IS 53 (21.09% from 255) = 20.78%

R = 49.02%
G = 30.2%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D4D35 (or 0x7D4D35) is known color: Cigar. HEX triplet: 7D, 4D and 35. RGB value is (125,77,53). Sum of RGB (Red+Green+Blue) = 125+77+53=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D4D35 is #82B2CA. Grayscale: #585858. Windows color (decimal): -8565451 or 3493245. OLE color: 3493245.

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

Color convert

RGB 125 77 53 -
CMYK 0 0.38 0.58 0.51
HSL 20º 0.4% 0.35% -
HSV(B) 20º 0.58% 0.49% -
XYZ 11.75 9.92 4.66 -
YUV 88.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 125 77 53 0 0.38 0.58 0.51 20 0.4 0.35
Hex 7D 4D 35 0 26 3A 33 14 28 23
Octal 175 115 65 0 46 72 63 24 50 43
Binary 1111101 1001101 110101 0 100110 111010 110011 10100 101000 100011

Color Harmonies of #7D4D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4D35

Black with #7D4D35

Text Example


Text Example

White with #7D4D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,77,53); }

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

background-color css

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

 a { background-color: rgb(125,77,53); }

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

border-color css

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

 span { border-color: rgb(125,77,53); }

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