Html Css Color HEX #76401D Peru Tan

📋 copy color: '#76401D'

red 118 ◦ green 64 ◦ blue 29

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

Shades of Peru Tan #76401D

Tints of Peru Tan #76401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.74%

R = 55.92%
G = 30.33%
B = 13.74%

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

#76401D (or 0x76401D) is known color: Peru Tan. HEX triplet: 76, 40 and 1D. RGB value is (118,64,29). Sum of RGB (Red+Green+Blue) = 118+64+29=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #76401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76401D is #89BFE2. Grayscale: #4C4C4C. Windows color (decimal): -9027555 or 1917046. OLE color: 1917046.

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

Color convert

RGB 118 64 29 -
CMYK 0 0.46 0.75 0.54
HSL 23.6º 0.61% 0.29% -
HSV(B) 23.6º 0.75% 0.46% -
XYZ 9.53 7.61 2.13 -
YUV 76.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 118 64 29 0 0.46 0.75 0.54 23.6 0.61 0.29
Hex 76 40 1D 0 2E 4B 36 18 3D 1D
Octal 166 100 35 0 56 113 66 30 75 35
Binary 1110110 1000000 11101 0 101110 1001011 110110 11000 111101 11101

Color Harmonies of #76401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76401D

Black with #76401D

Text Example


Text Example

White with #76401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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