Html Css Color HEX #76411B Peru Tan

📋 copy color: '#76411B'

red 118 ◦ green 65 ◦ blue 27

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

Shades of Peru Tan #76411B

Tints of Peru Tan #76411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.86%

R = 56.19%
G = 30.95%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76411B (or 0x76411B) is known color: Peru Tan. HEX triplet: 76, 41 and 1B. RGB value is (118,65,27). Sum of RGB (Red+Green+Blue) = 118+65+27=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #76411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76411B is #89BEE4. Grayscale: #4C4C4C. Windows color (decimal): -9027301 or 1786230. OLE color: 1786230.

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

Color convert

RGB 118 65 27 -
CMYK 0 0.45 0.77 0.54
HSL 25.05º 0.63% 0.28% -
HSV(B) 25.05º 0.77% 0.46% -
XYZ 9.56 7.71 2.02 -
YUV 76.52 100.06 157.59 -
System Red Green Blue C M Y K H S L
Decimal 118 65 27 0 0.45 0.77 0.54 25.05 0.63 0.28
Hex 76 41 1B 0 2D 4D 36 19 3F 1C
Octal 166 101 33 0 55 115 66 31 77 34
Binary 1110110 1000001 11011 0 101101 1001101 110110 11001 111111 11100

Color Harmonies of #76411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76411B

Black with #76411B

Text Example


Text Example

White with #76411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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