Html Css Color HEX #7C351E Peru Tan

📋 copy color: '#7C351E'

red 124 ◦ green 53 ◦ blue 30

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

Shades of Peru Tan #7C351E

Tints of Peru Tan #7C351E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 59.9%
G = 25.6%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#7C351E (or 0x7C351E) is known color: Peru Tan. HEX triplet: 7C, 35 and 1E. RGB value is (124,53,30). Sum of RGB (Red+Green+Blue) = 124+53+30=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C351E is #83CAE1. Grayscale: #474747. Windows color (decimal): -8637154 or 1979772. OLE color: 1979772.

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

Color convert

RGB 124 53 30 -
CMYK 0 0.57 0.76 0.51
HSL 14.68º 0.61% 0.3% -
HSV(B) 14.68º 0.76% 0.49% -
XYZ 9.82 6.93 2.05 -
YUV 71.61 104.52 165.37 -
System Red Green Blue C M Y K H S L
Decimal 124 53 30 0 0.57 0.76 0.51 14.68 0.61 0.3
Hex 7C 35 1E 0 39 4C 33 F 3D 1E
Octal 174 65 36 0 71 114 63 17 75 36
Binary 1111100 110101 11110 0 111001 1001100 110011 1111 111101 11110

Color Harmonies of #7C351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C351E

Black with #7C351E

Text Example


Text Example

White with #7C351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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