Html Css Color HEX #7C3B17 Peru Tan

📋 copy color: '#7C3B17'

red 124 ◦ green 59 ◦ blue 23

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

Shades of Peru Tan #7C3B17

Tints of Peru Tan #7C3B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.17%

R = 60.19%
G = 28.64%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C3B17 (or 0x7C3B17) is known color: Peru Tan. HEX triplet: 7C, 3B and 17. RGB value is (124,59,23). Sum of RGB (Red+Green+Blue) = 124+59+23=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 23 (9.38% from 255 or 11.17% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3B17 is #83C4E8. Grayscale: #4A4A4A. Windows color (decimal): -8635625 or 1522556. OLE color: 1522556.

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

Color convert

RGB 124 59 23 -
CMYK 0 0.52 0.81 0.51
HSL 21.39º 0.69% 0.29% -
HSV(B) 21.39º 0.81% 0.49% -
XYZ 10.03 7.47 1.72 -
YUV 74.33 99.03 163.43 -
System Red Green Blue C M Y K H S L
Decimal 124 59 23 0 0.52 0.81 0.51 21.39 0.69 0.29
Hex 7C 3B 17 0 34 51 33 15 45 1D
Octal 174 73 27 0 64 121 63 25 105 35
Binary 1111100 111011 10111 0 110100 1010001 110011 10101 1000101 11101

Color Harmonies of #7C3B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3B17

Black with #7C3B17

Text Example


Text Example

White with #7C3B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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