Html Css Color HEX #76431D Peru Tan

📋 copy color: '#76431D'

red 118 ◦ green 67 ◦ blue 29

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

Shades of Peru Tan #76431D

Tints of Peru Tan #76431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.31%

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

R = 55.14%
G = 31.31%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76431D (or 0x76431D) is known color: Peru Tan. HEX triplet: 76, 43 and 1D. RGB value is (118,67,29). Sum of RGB (Red+Green+Blue) = 118+67+29=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76431D is #89BCE2. Grayscale: #4E4E4E. Windows color (decimal): -9026787 or 1917814. OLE color: 1917814.

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

Color convert

RGB 118 67 29 -
CMYK 0 0.43 0.75 0.54
HSL 25.62º 0.61% 0.29% -
HSV(B) 25.62º 0.75% 0.46% -
XYZ 9.7 7.95 2.19 -
YUV 77.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 118 67 29 0 0.43 0.75 0.54 25.62 0.61 0.29
Hex 76 43 1D 0 2B 4B 36 1A 3D 1D
Octal 166 103 35 0 53 113 66 32 75 35
Binary 1110110 1000011 11101 0 101011 1001011 110110 11010 111101 11101

Color Harmonies of #76431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76431D

Black with #76431D

Text Example


Text Example

White with #76431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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