Html Css Color HEX #7D361E Peru Tan

📋 copy color: '#7D361E'

red 125 ◦ green 54 ◦ blue 30

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

Shades of Peru Tan #7D361E

Tints of Peru Tan #7D361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.84%

 BLUE value IS 30 (12.11% from 255) = 14.35%

R = 59.81%
G = 25.84%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#7D361E (or 0x7D361E) is known color: Peru Tan. HEX triplet: 7D, 36 and 1E. RGB value is (125,54,30). Sum of RGB (Red+Green+Blue) = 125+54+30=209 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.81% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 125 - color contains mainly: red. Hex color #7D361E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D361E is #82C9E1. Grayscale: #484848. Windows color (decimal): -8571362 or 1980029. OLE color: 1980029.

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

Color convert

RGB 125 54 30 -
CMYK 0 0.57 0.76 0.51
HSL 15.16º 0.61% 0.3% -
HSV(B) 15.16º 0.76% 0.49% -
XYZ 10.01 7.09 2.07 -
YUV 72.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 125 54 30 0 0.57 0.76 0.51 15.16 0.61 0.3
Hex 7D 36 1E 0 39 4C 33 F 3D 1E
Octal 175 66 36 0 71 114 63 17 75 36
Binary 1111101 110110 11110 0 111001 1001100 110011 1111 111101 11110

Color Harmonies of #7D361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D361E

Black with #7D361E

Text Example


Text Example

White with #7D361E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,54,30); }

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

background-color css

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

 a { background-color: rgb(125,54,30); }

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

border-color css

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

 span { border-color: rgb(125,54,30); }

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