Html Css Color HEX #7C3108 Peru Tan

📋 copy color: '#7C3108'

red 124 ◦ green 49 ◦ blue 8

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

Shades of Peru Tan #7C3108

Tints of Peru Tan #7C3108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.07%

 BLUE value IS 8 (3.52% from 255) = 4.42%

R = 68.51%
G = 27.07%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7C3108 (or 0x7C3108) is known color: Peru Tan. HEX triplet: 7C, 31 and 08. RGB value is (124,49,8). Sum of RGB (Red+Green+Blue) = 124+49+8=181 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.51% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3108 is #83CEF7. Grayscale: #424242. Windows color (decimal): -8638200 or 536956. OLE color: 536956.

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

Color convert

RGB 124 49 8 -
CMYK 0 0.60 0.94 0.51
HSL 21.21º 0.88% 0.26% -
HSV(B) 21.21º 0.94% 0.49% -
XYZ 9.45 6.5 0.99 -
YUV 66.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 124 49 8 0 0.60 0.94 0.51 21.21 0.88 0.26
Hex 7C 31 8 0 3C 5E 33 15 58 1A
Octal 174 61 10 0 74 136 63 25 130 32
Binary 1111100 110001 1000 0 111100 1011110 110011 10101 1011000 11010

Color Harmonies of #7C3108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3108

Black with #7C3108

Text Example


Text Example

White with #7C3108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,49,8); }

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

background-color css

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

 a { background-color: rgb(124,49,8); }

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

border-color css

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

 span { border-color: rgb(124,49,8); }

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