Html Css Color HEX #76310C Peru Tan

📋 copy color: '#76310C'

red 118 ◦ green 49 ◦ blue 12

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

Shades of Peru Tan #76310C

Tints of Peru Tan #76310C

RGB

 RED value IS 118 (46.48% from 255) = 65.92%

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

 BLUE value IS 12 (5.08% from 255) = 6.7%

R = 65.92%
G = 27.37%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76310C (or 0x76310C) is known color: Peru Tan. HEX triplet: 76, 31 and 0C. RGB value is (118,49,12). Sum of RGB (Red+Green+Blue) = 118+49+12=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #76310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76310C is #89CEF3. Grayscale: #414141. Windows color (decimal): -9031412 or 799094. OLE color: 799094.

HSL color Cylindrical-coordinate representation of color #76310C: hue angle of 20.94º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76310C is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 49 12 -
CMYK 0 0.58 0.90 0.54
HSL 20.94º 0.82% 0.25% -
HSV(B) 20.94º 0.9% 0.46% -
XYZ 8.64 6.07 1.07 -
YUV 65.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 118 49 12 0 0.58 0.90 0.54 20.94 0.82 0.25
Hex 76 31 C 0 3A 5A 36 15 52 19
Octal 166 61 14 0 72 132 66 25 122 31
Binary 1110110 110001 1100 0 111010 1011010 110110 10101 1010010 11001

Color Harmonies of #76310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76310C

Black with #76310C

Text Example


Text Example

White with #76310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76310C; }

 p { color: rgb(118,49,12); }

 H1.HeaderClassName
 {
   color: #76310C;
 }
 .AnyTagClassName
 {
   color: #76310C;
 }
</style>

background-color css

<style>
 a { background-color: #76310C; }

 a { background-color: rgb(118,49,12); }

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

border-color css

<style>
 span { border-color: #76310C; }

 span { border-color: rgb(118,49,12); }

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