Html Css Color HEX #7F3313 Peru Tan

📋 copy color: '#7F3313'

red 127 ◦ green 51 ◦ blue 19

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

Shades of Peru Tan #7F3313

Tints of Peru Tan #7F3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

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

R = 64.47%
G = 25.89%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#7F3313 (or 0x7F3313) is known color: Peru Tan. HEX triplet: 7F, 33 and 13. RGB value is (127,51,19). Sum of RGB (Red+Green+Blue) = 127+51+19=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3313 is #80CCEC. Grayscale: #464646. Windows color (decimal): -8441069 or 1258367. OLE color: 1258367.

HSL color Cylindrical-coordinate representation of color #7F3313: hue angle of 17.78º 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 #7F3313 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 51 19 -
CMYK 0 0.60 0.85 0.50
HSL 17.78º 0.74% 0.29% -
HSV(B) 17.78º 0.85% 0.5% -
XYZ 10.05 6.93 1.42 -
YUV 70.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 127 51 19 0 0.60 0.85 0.50 17.78 0.74 0.29
Hex 7F 33 13 0 3C 55 32 12 4A 1D
Octal 177 63 23 0 74 125 62 22 112 35
Binary 1111111 110011 10011 0 111100 1010101 110010 10010 1001010 11101

Color Harmonies of #7F3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3313

Black with #7F3313

Text Example


Text Example

White with #7F3313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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