Html Css Color HEX #7C3B16 Peru Tan

📋 copy color: '#7C3B16'

red 124 ◦ green 59 ◦ blue 22

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

Shades of Peru Tan #7C3B16

Tints of Peru Tan #7C3B16

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.78%

 BLUE value IS 22 (8.98% from 255) = 10.73%

R = 60.49%
G = 28.78%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7C3B16 (or 0x7C3B16) is known color: Peru Tan. HEX triplet: 7C, 3B and 16. RGB value is (124,59,22). Sum of RGB (Red+Green+Blue) = 124+59+22=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3B16 is #83C4E9. Grayscale: #4A4A4A. Windows color (decimal): -8635626 or 1457020. OLE color: 1457020.

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

Color convert

RGB 124 59 22 -
CMYK 0 0.52 0.82 0.51
HSL 21.76º 0.7% 0.29% -
HSV(B) 21.76º 0.82% 0.49% -
XYZ 10.02 7.47 1.67 -
YUV 74.22 98.53 163.51 -
System Red Green Blue C M Y K H S L
Decimal 124 59 22 0 0.52 0.82 0.51 21.76 0.7 0.29
Hex 7C 3B 16 0 34 52 33 16 46 1D
Octal 174 73 26 0 64 122 63 26 106 35
Binary 1111100 111011 10110 0 110100 1010010 110011 10110 1000110 11101

Color Harmonies of #7C3B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3B16

Black with #7C3B16

Text Example


Text Example

White with #7C3B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,59,22); }

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

background-color css

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

 a { background-color: rgb(124,59,22); }

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

border-color css

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

 span { border-color: rgb(124,59,22); }

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