Html Css Color HEX #7D5336 Cigar

📋 copy color: '#7D5336'

red 125 ◦ green 83 ◦ blue 54

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

Shades of Cigar #7D5336

Tints of Cigar #7D5336

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

 BLUE value IS 54 (21.48% from 255) = 20.61%

R = 47.71%
G = 31.68%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7D5336 (or 0x7D5336) is known color: Cigar. HEX triplet: 7D, 53 and 36. RGB value is (125,83,54). Sum of RGB (Red+Green+Blue) = 125+83+54=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5336 is #82ACC9. Grayscale: #5C5C5C. Windows color (decimal): -8563914 or 3560317. OLE color: 3560317.

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

Color convert

RGB 125 83 54 -
CMYK 0 0.34 0.57 0.51
HSL 24.51º 0.4% 0.35% -
HSV(B) 24.51º 0.57% 0.49% -
XYZ 12.22 10.81 4.93 -
YUV 92.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 125 83 54 0 0.34 0.57 0.51 24.51 0.4 0.35
Hex 7D 53 36 0 22 39 33 19 28 23
Octal 175 123 66 0 42 71 63 31 50 43
Binary 1111101 1010011 110110 0 100010 111001 110011 11001 101000 100011

Color Harmonies of #7D5336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5336

Black with #7D5336

Text Example


Text Example

White with #7D5336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,83,54); }

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

background-color css

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

 a { background-color: rgb(125,83,54); }

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

border-color css

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

 span { border-color: rgb(125,83,54); }

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