Html Css Color HEX #7C3619 Peru Tan

📋 copy color: '#7C3619'

red 124 ◦ green 54 ◦ blue 25

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

Shades of Peru Tan #7C3619

Tints of Peru Tan #7C3619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.6%

 BLUE value IS 25 (10.16% from 255) = 12.32%

R = 61.08%
G = 26.6%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#7C3619 (or 0x7C3619) is known color: Peru Tan. HEX triplet: 7C, 36 and 19. RGB value is (124,54,25). Sum of RGB (Red+Green+Blue) = 124+54+25=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3619 is #83C9E6. Grayscale: #474747. Windows color (decimal): -8636903 or 1652348. OLE color: 1652348.

HSL color Cylindrical-coordinate representation of color #7C3619: hue angle of 17.58º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C3619 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 54 25 -
CMYK 0 0.56 0.80 0.51
HSL 17.58º 0.66% 0.29% -
HSV(B) 17.58º 0.8% 0.49% -
XYZ 9.81 6.99 1.75 -
YUV 71.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 124 54 25 0 0.56 0.80 0.51 17.58 0.66 0.29
Hex 7C 36 19 0 38 50 33 12 42 1D
Octal 174 66 31 0 70 120 63 22 102 35
Binary 1111100 110110 11001 0 111000 1010000 110011 10010 1000010 11101

Color Harmonies of #7C3619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3619

Black with #7C3619

Text Example


Text Example

White with #7C3619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,54,25); }

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

background-color css

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

 a { background-color: rgb(124,54,25); }

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

border-color css

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

 span { border-color: rgb(124,54,25); }

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