Html Css Color HEX #7C350B Peru Tan

📋 copy color: '#7C350B'

red 124 ◦ green 53 ◦ blue 11

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

Shades of Peru Tan #7C350B

Tints of Peru Tan #7C350B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.85%

R = 65.96%
G = 28.19%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7C350B (or 0x7C350B) is known color: Peru Tan. HEX triplet: 7C, 35 and 0B. RGB value is (124,53,11). Sum of RGB (Red+Green+Blue) = 124+53+11=188 (24% of max value = 765). Red value is 124 (48.83% from 255 or 65.96% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 124 - color contains mainly: red. Hex color #7C350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C350B is #83CAF4. Grayscale: #454545. Windows color (decimal): -8637173 or 734588. OLE color: 734588.

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

Color convert

RGB 124 53 11 -
CMYK 0 0.57 0.91 0.51
HSL 22.3º 0.84% 0.26% -
HSV(B) 22.3º 0.91% 0.49% -
XYZ 9.65 6.86 1.13 -
YUV 69.44 95.02 166.92 -
System Red Green Blue C M Y K H S L
Decimal 124 53 11 0 0.57 0.91 0.51 22.3 0.84 0.26
Hex 7C 35 B 0 39 5B 33 16 54 1A
Octal 174 65 13 0 71 133 63 26 124 32
Binary 1111100 110101 1011 0 111001 1011011 110011 10110 1010100 11010

Color Harmonies of #7C350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C350B

Black with #7C350B

Text Example


Text Example

White with #7C350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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