Html Css Color HEX #7D3921 Peru Tan

📋 copy color: '#7D3921'

red 125 ◦ green 57 ◦ blue 33

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

Shades of Peru Tan #7D3921

Tints of Peru Tan #7D3921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.35%

R = 58.14%
G = 26.51%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#7D3921 (or 0x7D3921) is known color: Peru Tan. HEX triplet: 7D, 39 and 21. RGB value is (125,57,33). Sum of RGB (Red+Green+Blue) = 125+57+33=215 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.14% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3921 is #82C6DE. Grayscale: #4A4A4A. Windows color (decimal): -8570591 or 2177405. OLE color: 2177405.

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

Color convert

RGB 125 57 33 -
CMYK 0 0.54 0.74 0.51
HSL 15.65º 0.58% 0.31% -
HSV(B) 15.65º 0.74% 0.49% -
XYZ 10.2 7.4 2.33 -
YUV 74.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 125 57 33 0 0.54 0.74 0.51 15.65 0.58 0.31
Hex 7D 39 21 0 36 4A 33 10 3A 1F
Octal 175 71 41 0 66 112 63 20 72 37
Binary 1111101 111001 100001 0 110110 1001010 110011 10000 111010 11111

Color Harmonies of #7D3921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3921

Black with #7D3921

Text Example


Text Example

White with #7D3921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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