Html Css Color HEX #7D4D34 Cigar

📋 copy color: '#7D4D34'

red 125 ◦ green 77 ◦ blue 52

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

Shades of Cigar #7D4D34

Tints of Cigar #7D4D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.47%

R = 49.21%
G = 30.31%
B = 20.47%

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

#7D4D34 (or 0x7D4D34) is known color: Cigar. HEX triplet: 7D, 4D and 34. RGB value is (125,77,52). Sum of RGB (Red+Green+Blue) = 125+77+52=254 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.21% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D4D34 is #82B2CB. Grayscale: #585858. Windows color (decimal): -8565452 or 3427709. OLE color: 3427709.

HSL color Cylindrical-coordinate representation of color #7D4D34: hue angle of 20.55º degrees, saturation: 0.41, 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 #7D4D34 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 77 52 -
CMYK 0 0.38 0.58 0.51
HSL 20.55º 0.41% 0.35% -
HSV(B) 20.55º 0.58% 0.49% -
XYZ 11.73 9.92 4.54 -
YUV 88.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 125 77 52 0 0.38 0.58 0.51 20.55 0.41 0.35
Hex 7D 4D 34 0 26 3A 33 15 29 23
Octal 175 115 64 0 46 72 63 25 51 43
Binary 1111101 1001101 110100 0 100110 111010 110011 10101 101001 100011

Color Harmonies of #7D4D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4D34

Black with #7D4D34

Text Example


Text Example

White with #7D4D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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