Html Css Color HEX #7D4D32 Cigar

📋 copy color: '#7D4D32'

red 125 ◦ green 77 ◦ blue 50

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

Shades of Cigar #7D4D32

Tints of Cigar #7D4D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 49.6%
G = 30.56%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7D4D32 (or 0x7D4D32) is known color: Cigar. HEX triplet: 7D, 4D and 32. RGB value is (125,77,50). Sum of RGB (Red+Green+Blue) = 125+77+50=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D4D32 is #82B2CD. Grayscale: #585858. Windows color (decimal): -8565454 or 3296637. OLE color: 3296637.

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

Color convert

RGB 125 77 50 -
CMYK 0 0.38 0.60 0.51
HSL 21.6º 0.43% 0.34% -
HSV(B) 21.6º 0.6% 0.49% -
XYZ 11.69 9.9 4.31 -
YUV 88.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 125 77 50 0 0.38 0.60 0.51 21.6 0.43 0.34
Hex 7D 4D 32 0 26 3C 33 16 2B 22
Octal 175 115 62 0 46 74 63 26 53 42
Binary 1111101 1001101 110010 0 100110 111100 110011 10110 101011 100010

Color Harmonies of #7D4D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4D32

Black with #7D4D32

Text Example


Text Example

White with #7D4D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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