Html Css Color HEX #7C3C23 Peru Tan

📋 copy color: '#7C3C23'

red 124 ◦ green 60 ◦ blue 35

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

Shades of Peru Tan #7C3C23

Tints of Peru Tan #7C3C23

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.4%

 BLUE value IS 35 (14.06% from 255) = 15.98%

R = 56.62%
G = 27.4%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.51

RGB Variations

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

Color information

#7C3C23 (or 0x7C3C23) is known color: Peru Tan. HEX triplet: 7C, 3C and 23. RGB value is (124,60,35). Sum of RGB (Red+Green+Blue) = 124+60+35=219 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.62% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3C23 is #83C3DC. Grayscale: #4C4C4C. Windows color (decimal): -8635357 or 2309244. OLE color: 2309244.

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

Color convert

RGB 124 60 35 -
CMYK 0 0.52 0.72 0.51
HSL 16.85º 0.56% 0.31% -
HSV(B) 16.85º 0.72% 0.49% -
XYZ 10.23 7.64 2.53 -
YUV 76.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 124 60 35 0 0.52 0.72 0.51 16.85 0.56 0.31
Hex 7C 3C 23 0 34 48 33 11 38 1F
Octal 174 74 43 0 64 110 63 21 70 37
Binary 1111100 111100 100011 0 110100 1001000 110011 10001 111000 11111

Color Harmonies of #7C3C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3C23

Black with #7C3C23

Text Example


Text Example

White with #7C3C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,60,35); }

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

background-color css

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

 a { background-color: rgb(124,60,35); }

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

border-color css

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

 span { border-color: rgb(124,60,35); }

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