Html Css Color HEX #76411E Peru Tan

📋 copy color: '#76411E'

red 118 ◦ green 65 ◦ blue 30

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

Shades of Peru Tan #76411E

Tints of Peru Tan #76411E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.08%

R = 55.4%
G = 30.52%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76411E (or 0x76411E) is known color: Peru Tan. HEX triplet: 76, 41 and 1E. RGB value is (118,65,30). Sum of RGB (Red+Green+Blue) = 118+65+30=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76411E is #89BEE1. Grayscale: #4D4D4D. Windows color (decimal): -9027298 or 1982838. OLE color: 1982838.

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

Color convert

RGB 118 65 30 -
CMYK 0 0.45 0.75 0.54
HSL 23.86º 0.59% 0.29% -
HSV(B) 23.86º 0.75% 0.46% -
XYZ 9.6 7.73 2.21 -
YUV 76.86 101.56 157.35 -
System Red Green Blue C M Y K H S L
Decimal 118 65 30 0 0.45 0.75 0.54 23.86 0.59 0.29
Hex 76 41 1E 0 2D 4B 36 18 3B 1D
Octal 166 101 36 0 55 113 66 30 73 35
Binary 1110110 1000001 11110 0 101101 1001011 110110 11000 111011 11101

Color Harmonies of #76411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76411E

Black with #76411E

Text Example


Text Example

White with #76411E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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