Html Css Color HEX #7C3812 Peru Tan

📋 copy color: '#7C3812'

red 124 ◦ green 56 ◦ blue 18

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

Shades of Peru Tan #7C3812

Tints of Peru Tan #7C3812

RGB

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

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

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

R = 62.63%
G = 28.28%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#7C3812 (or 0x7C3812) is known color: Peru Tan. HEX triplet: 7C, 38 and 12. RGB value is (124,56,18). Sum of RGB (Red+Green+Blue) = 124+56+18=198 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.63% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3812 is #83C7ED. Grayscale: #484848. Windows color (decimal): -8636398 or 1194108. OLE color: 1194108.

HSL color Cylindrical-coordinate representation of color #7C3812: hue angle of 21.51º 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 #7C3812 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 56 18 -
CMYK 0 0.55 0.85 0.51
HSL 21.51º 0.75% 0.28% -
HSV(B) 21.51º 0.85% 0.49% -
XYZ 9.84 7.16 1.44 -
YUV 72 97.53 165.09 -
System Red Green Blue C M Y K H S L
Decimal 124 56 18 0 0.55 0.85 0.51 21.51 0.75 0.28
Hex 7C 38 12 0 37 55 33 16 4B 1C
Octal 174 70 22 0 67 125 63 26 113 34
Binary 1111100 111000 10010 0 110111 1010101 110011 10110 1001011 11100

Color Harmonies of #7C3812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3812

Black with #7C3812

Text Example


Text Example

White with #7C3812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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