Html Css Color HEX #7C3B15 Peru Tan

📋 copy color: '#7C3B15'

red 124 ◦ green 59 ◦ blue 21

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

Shades of Peru Tan #7C3B15

Tints of Peru Tan #7C3B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.92%

 BLUE value IS 21 (8.59% from 255) = 10.29%

R = 60.78%
G = 28.92%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#7C3B15 (or 0x7C3B15) is known color: Peru Tan. HEX triplet: 7C, 3B and 15. RGB value is (124,59,21). Sum of RGB (Red+Green+Blue) = 124+59+21=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3B15 is #83C4EA. Grayscale: #4A4A4A. Windows color (decimal): -8635627 or 1391484. OLE color: 1391484.

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

Color convert

RGB 124 59 21 -
CMYK 0 0.52 0.83 0.51
HSL 22.14º 0.71% 0.28% -
HSV(B) 22.14º 0.83% 0.49% -
XYZ 10.01 7.47 1.62 -
YUV 74.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 124 59 21 0 0.52 0.83 0.51 22.14 0.71 0.28
Hex 7C 3B 15 0 34 53 33 16 47 1C
Octal 174 73 25 0 64 123 63 26 107 34
Binary 1111100 111011 10101 0 110100 1010011 110011 10110 1000111 11100

Color Harmonies of #7C3B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3B15

Black with #7C3B15

Text Example


Text Example

White with #7C3B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,59,21); }

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

background-color css

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

 a { background-color: rgb(124,59,21); }

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

border-color css

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

 span { border-color: rgb(124,59,21); }

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