Html Css Color HEX #7D341A Peru Tan

📋 copy color: '#7D341A'

red 125 ◦ green 52 ◦ blue 26

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

Shades of Peru Tan #7D341A

Tints of Peru Tan #7D341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 61.58%
G = 25.62%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7D341A (or 0x7D341A) is known color: Peru Tan. HEX triplet: 7D, 34 and 1A. RGB value is (125,52,26). Sum of RGB (Red+Green+Blue) = 125+52+26=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D341A is #82CBE5. Grayscale: #474747. Windows color (decimal): -8571878 or 1717373. OLE color: 1717373.

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

Color convert

RGB 125 52 26 -
CMYK 0 0.58 0.79 0.51
HSL 15.76º 0.66% 0.3% -
HSV(B) 15.76º 0.79% 0.49% -
XYZ 9.87 6.89 1.79 -
YUV 70.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 125 52 26 0 0.58 0.79 0.51 15.76 0.66 0.3
Hex 7D 34 1A 0 3A 4F 33 10 42 1E
Octal 175 64 32 0 72 117 63 20 102 36
Binary 1111101 110100 11010 0 111010 1001111 110011 10000 1000010 11110

Color Harmonies of #7D341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D341A

Black with #7D341A

Text Example


Text Example

White with #7D341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,52,26); }

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

background-color css

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

 a { background-color: rgb(125,52,26); }

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

border-color css

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

 span { border-color: rgb(125,52,26); }

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