Html Css Color HEX #7C3912 Peru Tan

📋 copy color: '#7C3912'

red 124 ◦ green 57 ◦ blue 18

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

Shades of Peru Tan #7C3912

Tints of Peru Tan #7C3912

RGB

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

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

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

R = 62.31%
G = 28.64%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#7C3912 (or 0x7C3912) is known color: Peru Tan. HEX triplet: 7C, 39 and 12. RGB value is (124,57,18). Sum of RGB (Red+Green+Blue) = 124+57+18=199 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.31% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3912 is #83C6ED. Grayscale: #484848. Windows color (decimal): -8636142 or 1194364. OLE color: 1194364.

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

Color convert

RGB 124 57 18 -
CMYK 0 0.54 0.85 0.51
HSL 22.08º 0.75% 0.28% -
HSV(B) 22.08º 0.85% 0.49% -
XYZ 9.88 7.26 1.45 -
YUV 72.59 97.2 164.67 -
System Red Green Blue C M Y K H S L
Decimal 124 57 18 0 0.54 0.85 0.51 22.08 0.75 0.28
Hex 7C 39 12 0 36 55 33 16 4B 1C
Octal 174 71 22 0 66 125 63 26 113 34
Binary 1111100 111001 10010 0 110110 1010101 110011 10110 1001011 11100

Color Harmonies of #7C3912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3912

Black with #7C3912

Text Example


Text Example

White with #7C3912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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