Html Css Color HEX #7D4F33 Cigar

📋 copy color: '#7D4F33'

red 125 ◦ green 79 ◦ blue 51

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

Shades of Cigar #7D4F33

Tints of Cigar #7D4F33

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.98%

 BLUE value IS 51 (20.31% from 255) = 20%

R = 49.02%
G = 30.98%
B = 20%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7D4F33 (or 0x7D4F33) is known color: Cigar. HEX triplet: 7D, 4F and 33. RGB value is (125,79,51). Sum of RGB (Red+Green+Blue) = 125+79+51=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D4F33 is #82B0CC. Grayscale: #595959. Windows color (decimal): -8564941 or 3362685. OLE color: 3362685.

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

Color convert

RGB 125 79 51 -
CMYK 0 0.37 0.59 0.51
HSL 22.7º 0.42% 0.35% -
HSV(B) 22.7º 0.59% 0.49% -
XYZ 11.85 10.19 4.47 -
YUV 89.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 125 79 51 0 0.37 0.59 0.51 22.7 0.42 0.35
Hex 7D 4F 33 0 25 3B 33 17 2A 23
Octal 175 117 63 0 45 73 63 27 52 43
Binary 1111101 1001111 110011 0 100101 111011 110011 10111 101010 100011

Color Harmonies of #7D4F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4F33

Black with #7D4F33

Text Example


Text Example

White with #7D4F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,79,51); }

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

background-color css

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

 a { background-color: rgb(125,79,51); }

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

border-color css

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

 span { border-color: rgb(125,79,51); }

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