Html Css Color HEX #7C350D Peru Tan

📋 copy color: '#7C350D'

red 124 ◦ green 53 ◦ blue 13

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

Shades of Peru Tan #7C350D

Tints of Peru Tan #7C350D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.84%

R = 65.26%
G = 27.89%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7C350D (or 0x7C350D) is known color: Peru Tan. HEX triplet: 7C, 35 and 0D. RGB value is (124,53,13). Sum of RGB (Red+Green+Blue) = 124+53+13=190 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.26% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 124 - color contains mainly: red. Hex color #7C350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C350D is #83CAF2. Grayscale: #454545. Windows color (decimal): -8637171 or 865660. OLE color: 865660.

HSL color Cylindrical-coordinate representation of color #7C350D: hue angle of 21.62º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C350D is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 53 13 -
CMYK 0 0.57 0.90 0.51
HSL 21.62º 0.81% 0.27% -
HSV(B) 21.62º 0.9% 0.49% -
XYZ 9.66 6.86 1.2 -
YUV 69.67 96.02 166.75 -
System Red Green Blue C M Y K H S L
Decimal 124 53 13 0 0.57 0.90 0.51 21.62 0.81 0.27
Hex 7C 35 D 0 39 5A 33 16 51 1B
Octal 174 65 15 0 71 132 63 26 121 33
Binary 1111100 110101 1101 0 111001 1011010 110011 10110 1010001 11011

Color Harmonies of #7C350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C350D

Black with #7C350D

Text Example


Text Example

White with #7C350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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