Html Css Color HEX #7D4935 Cigar

📋 copy color: '#7D4935'

red 125 ◦ green 73 ◦ blue 53

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

Shades of Cigar #7D4935

Tints of Cigar #7D4935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.08%

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

R = 49.8%
G = 29.08%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D4935 (or 0x7D4935) is known color: Cigar. HEX triplet: 7D, 49 and 35. RGB value is (125,73,53). Sum of RGB (Red+Green+Blue) = 125+73+53=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4935 is #82B6CA. Grayscale: #565656. Windows color (decimal): -8566475 or 3492221. OLE color: 3492221.

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

Color convert

RGB 125 73 53 -
CMYK 0 0.42 0.58 0.51
HSL 16.67º 0.4% 0.35% -
HSV(B) 16.67º 0.58% 0.49% -
XYZ 11.48 9.38 4.57 -
YUV 86.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 125 73 53 0 0.42 0.58 0.51 16.67 0.4 0.35
Hex 7D 49 35 0 2A 3A 33 11 28 23
Octal 175 111 65 0 52 72 63 21 50 43
Binary 1111101 1001001 110101 0 101010 111010 110011 10001 101000 100011

Color Harmonies of #7D4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4935

Black with #7D4935

Text Example


Text Example

White with #7D4935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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