Html Css Color HEX #76411F Peru Tan

📋 copy color: '#76411F'

red 118 ◦ green 65 ◦ blue 31

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

Shades of Peru Tan #76411F

Tints of Peru Tan #76411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.37%

 BLUE value IS 31 (12.5% from 255) = 14.49%

R = 55.14%
G = 30.37%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76411F (or 0x76411F) is known color: Peru Tan. HEX triplet: 76, 41 and 1F. RGB value is (118,65,31). Sum of RGB (Red+Green+Blue) = 118+65+31=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76411F is #89BEE0. Grayscale: #4D4D4D. Windows color (decimal): -9027297 or 2048374. OLE color: 2048374.

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

Color convert

RGB 118 65 31 -
CMYK 0 0.45 0.74 0.54
HSL 23.45º 0.58% 0.29% -
HSV(B) 23.45º 0.74% 0.46% -
XYZ 9.61 7.73 2.28 -
YUV 76.97 102.06 157.26 -
System Red Green Blue C M Y K H S L
Decimal 118 65 31 0 0.45 0.74 0.54 23.45 0.58 0.29
Hex 76 41 1F 0 2D 4A 36 17 3A 1D
Octal 166 101 37 0 55 112 66 27 72 35
Binary 1110110 1000001 11111 0 101101 1001010 110110 10111 111010 11101

Color Harmonies of #76411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76411F

Black with #76411F

Text Example


Text Example

White with #76411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,65,31); }

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

background-color css

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

 a { background-color: rgb(118,65,31); }

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

border-color css

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

 span { border-color: rgb(118,65,31); }

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