Html Css Color HEX #7C370D Peru Tan

📋 copy color: '#7C370D'

red 124 ◦ green 55 ◦ blue 13

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

Shades of Peru Tan #7C370D

Tints of Peru Tan #7C370D

RGB

 RED value IS 124 (48.83% from 255) = 64.58%

 GREEN value IS 55 (21.88% from 255) = 28.65%

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 64.58%
G = 28.65%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7C370D (or 0x7C370D) is known color: Peru Tan. HEX triplet: 7C, 37 and 0D. RGB value is (124,55,13). Sum of RGB (Red+Green+Blue) = 124+55+13=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C370D is #83C8F2. Grayscale: #474747. Windows color (decimal): -8636659 or 866172. OLE color: 866172.

HSL color Cylindrical-coordinate representation of color #7C370D: hue angle of 22.7º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C370D is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 55 13 -
CMYK 0 0.56 0.90 0.51
HSL 22.7º 0.81% 0.27% -
HSV(B) 22.7º 0.9% 0.49% -
XYZ 9.75 7.05 1.23 -
YUV 70.84 95.36 165.92 -
System Red Green Blue C M Y K H S L
Decimal 124 55 13 0 0.56 0.90 0.51 22.7 0.81 0.27
Hex 7C 37 D 0 38 5A 33 17 51 1B
Octal 174 67 15 0 70 132 63 27 121 33
Binary 1111100 110111 1101 0 111000 1011010 110011 10111 1010001 11011

Color Harmonies of #7C370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C370D

Black with #7C370D

Text Example


Text Example

White with #7C370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,55,13); }

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

background-color css

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

 a { background-color: rgb(124,55,13); }

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

border-color css

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

 span { border-color: rgb(124,55,13); }

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