Html Css Color HEX #7D513D Cigar

📋 copy color: '#7D513D'

red 125 ◦ green 81 ◦ blue 61

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

Shades of Cigar #7D513D

Tints of Cigar #7D513D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.34%

 BLUE value IS 61 (24.22% from 255) = 22.85%

R = 46.82%
G = 30.34%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D513D (or 0x7D513D) is known color: Cigar. HEX triplet: 7D, 51 and 3D. RGB value is (125,81,61). Sum of RGB (Red+Green+Blue) = 125+81+61=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 125 - color contains mainly: red. Hex color #7D513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D513D is #82AEC2. Grayscale: #5B5B5B. Windows color (decimal): -8564419 or 4018557. OLE color: 4018557.

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

Color convert

RGB 125 81 61 -
CMYK 0 0.35 0.51 0.51
HSL 18.75º 0.34% 0.36% -
HSV(B) 18.75º 0.51% 0.49% -
XYZ 12.24 10.58 5.81 -
YUV 91.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 125 81 61 0 0.35 0.51 0.51 18.75 0.34 0.36
Hex 7D 51 3D 0 23 33 33 13 22 24
Octal 175 121 75 0 43 63 63 23 42 44
Binary 1111101 1010001 111101 0 100011 110011 110011 10011 100010 100100

Color Harmonies of #7D513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D513D

Black with #7D513D

Text Example


Text Example

White with #7D513D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,81,61); }

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

background-color css

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

 a { background-color: rgb(125,81,61); }

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

border-color css

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

 span { border-color: rgb(125,81,61); }

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