Html Css Color HEX #7C351A Peru Tan

📋 copy color: '#7C351A'

red 124 ◦ green 53 ◦ blue 26

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

Shades of Peru Tan #7C351A

Tints of Peru Tan #7C351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.11%

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 61.08%
G = 26.11%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7C351A (or 0x7C351A) is known color: Peru Tan. HEX triplet: 7C, 35 and 1A. RGB value is (124,53,26). Sum of RGB (Red+Green+Blue) = 124+53+26=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C351A is #83CAE5. Grayscale: #474747. Windows color (decimal): -8637158 or 1717628. OLE color: 1717628.

HSL color Cylindrical-coordinate representation of color #7C351A: hue angle of 16.53º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C351A is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 53 26 -
CMYK 0 0.57 0.79 0.51
HSL 16.53º 0.65% 0.29% -
HSV(B) 16.53º 0.79% 0.49% -
XYZ 9.77 6.91 1.8 -
YUV 71.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 124 53 26 0 0.57 0.79 0.51 16.53 0.65 0.29
Hex 7C 35 1A 0 39 4F 33 11 41 1D
Octal 174 65 32 0 71 117 63 21 101 35
Binary 1111100 110101 11010 0 111001 1001111 110011 10001 1000001 11101

Color Harmonies of #7C351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C351A

Black with #7C351A

Text Example


Text Example

White with #7C351A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,53,26); }

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

background-color css

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

 a { background-color: rgb(124,53,26); }

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

border-color css

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

 span { border-color: rgb(124,53,26); }

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