Html Css Color HEX #76401E Peru Tan

📋 copy color: '#76401E'

red 118 ◦ green 64 ◦ blue 30

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

Shades of Peru Tan #76401E

Tints of Peru Tan #76401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

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

R = 55.66%
G = 30.19%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76401E (or 0x76401E) is known color: Peru Tan. HEX triplet: 76, 40 and 1E. RGB value is (118,64,30). Sum of RGB (Red+Green+Blue) = 118+64+30=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76401E is #89BFE1. Grayscale: #4C4C4C. Windows color (decimal): -9027554 or 1982582. OLE color: 1982582.

HSL color Cylindrical-coordinate representation of color #76401E: hue angle of 23.18º 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 #76401E is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 64 30 -
CMYK 0 0.46 0.75 0.54
HSL 23.18º 0.59% 0.29% -
HSV(B) 23.18º 0.75% 0.46% -
XYZ 9.54 7.61 2.19 -
YUV 76.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 118 64 30 0 0.46 0.75 0.54 23.18 0.59 0.29
Hex 76 40 1E 0 2E 4B 36 17 3B 1D
Octal 166 100 36 0 56 113 66 27 73 35
Binary 1110110 1000000 11110 0 101110 1001011 110110 10111 111011 11101

Color Harmonies of #76401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76401E

Black with #76401E

Text Example


Text Example

White with #76401E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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