Html Css Color HEX #7D3912 Peru Tan

📋 copy color: '#7D3912'

red 125 ◦ green 57 ◦ blue 18

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

Shades of Peru Tan #7D3912

Tints of Peru Tan #7D3912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9%

R = 62.5%
G = 28.5%
B = 9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D3912 (or 0x7D3912) is known color: Peru Tan. HEX triplet: 7D, 39 and 12. RGB value is (125,57,18). Sum of RGB (Red+Green+Blue) = 125+57+18=200 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3912 is #82C6ED. Grayscale: #494949. Windows color (decimal): -8570606 or 1194365. OLE color: 1194365.

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

Color convert

RGB 125 57 18 -
CMYK 0 0.54 0.86 0.51
HSL 21.87º 0.75% 0.28% -
HSV(B) 21.87º 0.86% 0.49% -
XYZ 10.03 7.33 1.46 -
YUV 72.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 125 57 18 0 0.54 0.86 0.51 21.87 0.75 0.28
Hex 7D 39 12 0 36 56 33 16 4B 1C
Octal 175 71 22 0 66 126 63 26 113 34
Binary 1111101 111001 10010 0 110110 1010110 110011 10110 1001011 11100

Color Harmonies of #7D3912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3912

Black with #7D3912

Text Example


Text Example

White with #7D3912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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