Html Css Color HEX #7D3922 Peru Tan

📋 copy color: '#7D3922'

red 125 ◦ green 57 ◦ blue 34

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

Shades of Peru Tan #7D3922

Tints of Peru Tan #7D3922

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.39%

 BLUE value IS 34 (13.67% from 255) = 15.74%

R = 57.87%
G = 26.39%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#7D3922 (or 0x7D3922) is known color: Peru Tan. HEX triplet: 7D, 39 and 22. RGB value is (125,57,34). Sum of RGB (Red+Green+Blue) = 125+57+34=216 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.87% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3922 is #82C6DD. Grayscale: #4A4A4A. Windows color (decimal): -8570590 or 2242941. OLE color: 2242941.

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

Color convert

RGB 125 57 34 -
CMYK 0 0.54 0.73 0.51
HSL 15.16º 0.57% 0.31% -
HSV(B) 15.16º 0.73% 0.49% -
XYZ 10.21 7.4 2.4 -
YUV 74.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 125 57 34 0 0.54 0.73 0.51 15.16 0.57 0.31
Hex 7D 39 22 0 36 49 33 F 39 1F
Octal 175 71 42 0 66 111 63 17 71 37
Binary 1111101 111001 100010 0 110110 1001001 110011 1111 111001 11111

Color Harmonies of #7D3922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3922

Black with #7D3922

Text Example


Text Example

White with #7D3922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,57,34); }

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

background-color css

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

 a { background-color: rgb(125,57,34); }

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

border-color css

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

 span { border-color: rgb(125,57,34); }

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