Html Css Color HEX #7D3513 Peru Tan

📋 copy color: '#7D3513'

red 125 ◦ green 53 ◦ blue 19

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

Shades of Peru Tan #7D3513

Tints of Peru Tan #7D3513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.9%

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 63.45%
G = 26.9%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#7D3513 (or 0x7D3513) is known color: Peru Tan. HEX triplet: 7D, 35 and 13. RGB value is (125,53,19). Sum of RGB (Red+Green+Blue) = 125+53+19=197 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.45% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3513 is #82CAEC. Grayscale: #464646. Windows color (decimal): -8571629 or 1258877. OLE color: 1258877.

HSL color Cylindrical-coordinate representation of color #7D3513: hue angle of 19.25º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D3513 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 53 19 -
CMYK 0 0.58 0.85 0.51
HSL 19.25º 0.74% 0.28% -
HSV(B) 19.25º 0.85% 0.49% -
XYZ 9.85 6.95 1.44 -
YUV 70.65 98.85 166.76 -
System Red Green Blue C M Y K H S L
Decimal 125 53 19 0 0.58 0.85 0.51 19.25 0.74 0.28
Hex 7D 35 13 0 3A 55 33 13 4A 1C
Octal 175 65 23 0 72 125 63 23 112 34
Binary 1111101 110101 10011 0 111010 1010101 110011 10011 1001010 11100

Color Harmonies of #7D3513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3513

Black with #7D3513

Text Example


Text Example

White with #7D3513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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