Html Css Color HEX #7D3514 Peru Tan

📋 copy color: '#7D3514'

red 125 ◦ green 53 ◦ blue 20

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

Shades of Peru Tan #7D3514

Tints of Peru Tan #7D3514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.1%

R = 63.13%
G = 26.77%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7D3514 (or 0x7D3514) is known color: Peru Tan. HEX triplet: 7D, 35 and 14. RGB value is (125,53,20). Sum of RGB (Red+Green+Blue) = 125+53+20=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3514 is #82CAEB. Grayscale: #464646. Windows color (decimal): -8571628 or 1324413. OLE color: 1324413.

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

Color convert

RGB 125 53 20 -
CMYK 0 0.58 0.84 0.51
HSL 18.86º 0.72% 0.28% -
HSV(B) 18.86º 0.84% 0.49% -
XYZ 9.86 6.96 1.49 -
YUV 70.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 125 53 20 0 0.58 0.84 0.51 18.86 0.72 0.28
Hex 7D 35 14 0 3A 54 33 13 48 1C
Octal 175 65 24 0 72 124 63 23 110 34
Binary 1111101 110101 10100 0 111010 1010100 110011 10011 1001000 11100

Color Harmonies of #7D3514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3514

Black with #7D3514

Text Example


Text Example

White with #7D3514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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