Html Css Color HEX #7D4A34 Cigar

📋 copy color: '#7D4A34'

red 125 ◦ green 74 ◦ blue 52

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

Shades of Cigar #7D4A34

Tints of Cigar #7D4A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.48%

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

R = 49.8%
G = 29.48%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D4A34 (or 0x7D4A34) is known color: Cigar. HEX triplet: 7D, 4A and 34. RGB value is (125,74,52). Sum of RGB (Red+Green+Blue) = 125+74+52=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4A34 is #82B5CB. Grayscale: #565656. Windows color (decimal): -8566220 or 3426941. OLE color: 3426941.

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

Color convert

RGB 125 74 52 -
CMYK 0 0.41 0.58 0.51
HSL 18.08º 0.41% 0.35% -
HSV(B) 18.08º 0.58% 0.49% -
XYZ 11.53 9.51 4.48 -
YUV 86.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 125 74 52 0 0.41 0.58 0.51 18.08 0.41 0.35
Hex 7D 4A 34 0 29 3A 33 12 29 23
Octal 175 112 64 0 51 72 63 22 51 43
Binary 1111101 1001010 110100 0 101001 111010 110011 10010 101001 100011

Color Harmonies of #7D4A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4A34

Black with #7D4A34

Text Example


Text Example

White with #7D4A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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