Html Css Color HEX #7D3719 Peru Tan

📋 copy color: '#7D3719'

red 125 ◦ green 55 ◦ blue 25

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

Shades of Peru Tan #7D3719

Tints of Peru Tan #7D3719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

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

R = 60.98%
G = 26.83%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#7D3719 (or 0x7D3719) is known color: Peru Tan. HEX triplet: 7D, 37 and 19. RGB value is (125,55,25). Sum of RGB (Red+Green+Blue) = 125+55+25=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3719 is #82C8E6. Grayscale: #484848. Windows color (decimal): -8571111 or 1652605. OLE color: 1652605.

HSL color Cylindrical-coordinate representation of color #7D3719: hue angle of 18º 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 #7D3719 is Cyan = 0, Magento = 0.56, Yellow = 0.8 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 55 25 -
CMYK 0 0.56 0.8 0.51
HSL 18º 0.67% 0.29% -
HSV(B) 18º 0.8% 0.49% -
XYZ 10 7.16 1.78 -
YUV 72.51 101.19 165.44 -
System Red Green Blue C M Y K H S L
Decimal 125 55 25 0 0.56 0.8 0.51 18 0.67 0.29
Hex 7D 37 19 0 38 50 33 12 43 1D
Octal 175 67 31 0 70 120 63 22 103 35
Binary 1111101 110111 11001 0 111000 1010000 110011 10010 1000011 11101

Color Harmonies of #7D3719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3719

Black with #7D3719

Text Example


Text Example

White with #7D3719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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