Html Css Color HEX #7D3315 Peru Tan

📋 copy color: '#7D3315'

red 125 ◦ green 51 ◦ blue 21

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

Shades of Peru Tan #7D3315

Tints of Peru Tan #7D3315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

 BLUE value IS 21 (8.59% from 255) = 10.66%

R = 63.45%
G = 25.89%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#7D3315 (or 0x7D3315) is known color: Peru Tan. HEX triplet: 7D, 33 and 15. RGB value is (125,51,21). Sum of RGB (Red+Green+Blue) = 125+51+21=197 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.45% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3315 is #82CCEA. Grayscale: #454545. Windows color (decimal): -8572139 or 1389437. OLE color: 1389437.

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

Color convert

RGB 125 51 21 -
CMYK 0 0.59 0.83 0.51
HSL 17.31º 0.71% 0.29% -
HSV(B) 17.31º 0.83% 0.49% -
XYZ 9.78 6.78 1.5 -
YUV 69.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 125 51 21 0 0.59 0.83 0.51 17.31 0.71 0.29
Hex 7D 33 15 0 3B 53 33 11 47 1D
Octal 175 63 25 0 73 123 63 21 107 35
Binary 1111101 110011 10101 0 111011 1010011 110011 10001 1000111 11101

Color Harmonies of #7D3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3315

Black with #7D3315

Text Example


Text Example

White with #7D3315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,51,21); }

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

background-color css

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

 a { background-color: rgb(125,51,21); }

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

border-color css

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

 span { border-color: rgb(125,51,21); }

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