Html Css Color HEX #7C381C Peru Tan

📋 copy color: '#7C381C'

red 124 ◦ green 56 ◦ blue 28

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

Shades of Peru Tan #7C381C

Tints of Peru Tan #7C381C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

 BLUE value IS 28 (11.33% from 255) = 13.46%

R = 59.62%
G = 26.92%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7C381C (or 0x7C381C) is known color: Peru Tan. HEX triplet: 7C, 38 and 1C. RGB value is (124,56,28). Sum of RGB (Red+Green+Blue) = 124+56+28=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C381C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C381C is #83C7E3. Grayscale: #494949. Windows color (decimal): -8636388 or 1849468. OLE color: 1849468.

HSL color Cylindrical-coordinate representation of color #7C381C: hue angle of 17.5º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C381C is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 56 28 -
CMYK 0 0.55 0.77 0.51
HSL 17.5º 0.63% 0.3% -
HSV(B) 17.5º 0.77% 0.49% -
XYZ 9.94 7.2 1.96 -
YUV 73.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 124 56 28 0 0.55 0.77 0.51 17.5 0.63 0.3
Hex 7C 38 1C 0 37 4D 33 12 3F 1E
Octal 174 70 34 0 67 115 63 22 77 36
Binary 1111100 111000 11100 0 110111 1001101 110011 10010 111111 11110

Color Harmonies of #7C381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C381C

Black with #7C381C

Text Example


Text Example

White with #7C381C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,56,28); }

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

background-color css

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

 a { background-color: rgb(124,56,28); }

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

border-color css

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

 span { border-color: rgb(124,56,28); }

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