Html Css Color HEX #7D3E1C Peru Tan

📋 copy color: '#7D3E1C'

red 125 ◦ green 62 ◦ blue 28

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

Shades of Peru Tan #7D3E1C

Tints of Peru Tan #7D3E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.84%

 BLUE value IS 28 (11.33% from 255) = 13.02%

R = 58.14%
G = 28.84%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D3E1C (or 0x7D3E1C) is known color: Peru Tan. HEX triplet: 7D, 3E and 1C. RGB value is (125,62,28). Sum of RGB (Red+Green+Blue) = 125+62+28=215 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.14% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3E1C is #82C1E3. Grayscale: #4D4D4D. Windows color (decimal): -8569316 or 1851005. OLE color: 1851005.

HSL color Cylindrical-coordinate representation of color #7D3E1C: hue angle of 21.03º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D3E1C is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 62 28 -
CMYK 0 0.50 0.78 0.51
HSL 21.03º 0.63% 0.3% -
HSV(B) 21.03º 0.78% 0.49% -
XYZ 10.39 7.89 2.07 -
YUV 76.96 100.37 162.26 -
System Red Green Blue C M Y K H S L
Decimal 125 62 28 0 0.50 0.78 0.51 21.03 0.63 0.3
Hex 7D 3E 1C 0 32 4E 33 15 3F 1E
Octal 175 76 34 0 62 116 63 25 77 36
Binary 1111101 111110 11100 0 110010 1001110 110011 10101 111111 11110

Color Harmonies of #7D3E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3E1C

Black with #7D3E1C

Text Example


Text Example

White with #7D3E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,62,28); }

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

background-color css

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

 a { background-color: rgb(125,62,28); }

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

border-color css

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

 span { border-color: rgb(125,62,28); }

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