Html Css Color HEX #76320F Peru Tan

📋 copy color: '#76320F'

red 118 ◦ green 50 ◦ blue 15

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

Shades of Peru Tan #76320F

Tints of Peru Tan #76320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.32%

 BLUE value IS 15 (6.25% from 255) = 8.2%

R = 64.48%
G = 27.32%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76320F (or 0x76320F) is known color: Peru Tan. HEX triplet: 76, 32 and 0F. RGB value is (118,50,15). Sum of RGB (Red+Green+Blue) = 118+50+15=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76320F is #89CDF0. Grayscale: #424242. Windows color (decimal): -9031153 or 995958. OLE color: 995958.

HSL color Cylindrical-coordinate representation of color #76320F: hue angle of 20.39º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76320F is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 15 -
CMYK 0 0.58 0.87 0.54
HSL 20.39º 0.77% 0.26% -
HSV(B) 20.39º 0.87% 0.46% -
XYZ 8.7 6.17 1.18 -
YUV 66.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 118 50 15 0 0.58 0.87 0.54 20.39 0.77 0.26
Hex 76 32 F 0 3A 57 36 14 4D 1A
Octal 166 62 17 0 72 127 66 24 115 32
Binary 1110110 110010 1111 0 111010 1010111 110110 10100 1001101 11010

Color Harmonies of #76320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76320F

Black with #76320F

Text Example


Text Example

White with #76320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76320F; }

 p { color: rgb(118,50,15); }

 H1.HeaderClassName
 {
   color: #76320F;
 }
 .AnyTagClassName
 {
   color: #76320F;
 }
</style>

background-color css

<style>
 a { background-color: #76320F; }

 a { background-color: rgb(118,50,15); }

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

border-color css

<style>
 span { border-color: #76320F; }

 span { border-color: rgb(118,50,15); }

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