Html Css Color HEX #7C2F14 Peru Tan

📋 copy color: '#7C2F14'

red 124 ◦ green 47 ◦ blue 20

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

Shades of Peru Tan #7C2F14

Tints of Peru Tan #7C2F14

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.61%

 BLUE value IS 20 (8.2% from 255) = 10.47%

R = 64.92%
G = 24.61%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7C2F14 (or 0x7C2F14) is known color: Peru Tan. HEX triplet: 7C, 2F and 14. RGB value is (124,47,20). Sum of RGB (Red+Green+Blue) = 124+47+20=191 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.92% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2F14 is #83D0EB. Grayscale: #434343. Windows color (decimal): -8638700 or 1322876. OLE color: 1322876.

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

Color convert

RGB 124 47 20 -
CMYK 0 0.62 0.84 0.51
HSL 15.58º 0.72% 0.28% -
HSV(B) 15.58º 0.84% 0.49% -
XYZ 9.45 6.37 1.39 -
YUV 66.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 124 47 20 0 0.62 0.84 0.51 15.58 0.72 0.28
Hex 7C 2F 14 0 3E 54 33 10 48 1C
Octal 174 57 24 0 76 124 63 20 110 34
Binary 1111100 101111 10100 0 111110 1010100 110011 10000 1001000 11100

Color Harmonies of #7C2F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2F14

Black with #7C2F14

Text Example


Text Example

White with #7C2F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,47,20); }

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

background-color css

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

 a { background-color: rgb(124,47,20); }

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

border-color css

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

 span { border-color: rgb(124,47,20); }

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