Html Css Color HEX #7F3113 Peru Tan

📋 copy color: '#7F3113'

red 127 ◦ green 49 ◦ blue 19

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

Shades of Peru Tan #7F3113

Tints of Peru Tan #7F3113

RGB

 RED value IS 127 (50% from 255) = 65.13%

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

 BLUE value IS 19 (7.81% from 255) = 9.74%

R = 65.13%
G = 25.13%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#7F3113 (or 0x7F3113) is known color: Peru Tan. HEX triplet: 7F, 31 and 13. RGB value is (127,49,19). Sum of RGB (Red+Green+Blue) = 127+49+19=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3113 is #80CEEC. Grayscale: #454545. Windows color (decimal): -8441581 or 1257855. OLE color: 1257855.

HSL color Cylindrical-coordinate representation of color #7F3113: hue angle of 16.67º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F3113 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 49 19 -
CMYK 0 0.61 0.85 0.50
HSL 16.67º 0.74% 0.29% -
HSV(B) 16.67º 0.85% 0.5% -
XYZ 9.97 6.76 1.39 -
YUV 68.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 127 49 19 0 0.61 0.85 0.50 16.67 0.74 0.29
Hex 7F 31 13 0 3D 55 32 11 4A 1D
Octal 177 61 23 0 75 125 62 21 112 35
Binary 1111111 110001 10011 0 111101 1010101 110010 10001 1001010 11101

Color Harmonies of #7F3113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3113

Black with #7F3113

Text Example


Text Example

White with #7F3113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,49,19); }

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

background-color css

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

 a { background-color: rgb(127,49,19); }

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

border-color css

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

 span { border-color: rgb(127,49,19); }

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