Html Css Color HEX #7D3A19 Peru Tan

📋 copy color: '#7D3A19'

red 125 ◦ green 58 ◦ blue 25

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

Shades of Peru Tan #7D3A19

Tints of Peru Tan #7D3A19

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.88%

 BLUE value IS 25 (10.16% from 255) = 12.02%

R = 60.1%
G = 27.88%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#7D3A19 (or 0x7D3A19) is known color: Peru Tan. HEX triplet: 7D, 3A and 19. RGB value is (125,58,25). Sum of RGB (Red+Green+Blue) = 125+58+25=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3A19 is #82C5E6. Grayscale: #4A4A4A. Windows color (decimal): -8570343 or 1653373. OLE color: 1653373.

HSL color Cylindrical-coordinate representation of color #7D3A19: hue angle of 19.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D3A19 is Cyan = 0, Magento = 0.54, Yellow = 0.8 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 58 25 -
CMYK 0 0.54 0.8 0.51
HSL 19.8º 0.67% 0.29% -
HSV(B) 19.8º 0.8% 0.49% -
XYZ 10.15 7.46 1.82 -
YUV 74.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 125 58 25 0 0.54 0.8 0.51 19.8 0.67 0.29
Hex 7D 3A 19 0 36 50 33 14 43 1D
Octal 175 72 31 0 66 120 63 24 103 35
Binary 1111101 111010 11001 0 110110 1010000 110011 10100 1000011 11101

Color Harmonies of #7D3A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3A19

Black with #7D3A19

Text Example


Text Example

White with #7D3A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,58,25); }

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

background-color css

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

 a { background-color: rgb(125,58,25); }

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

border-color css

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

 span { border-color: rgb(125,58,25); }

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