Html Css Color HEX #76341D Peru Tan

📋 copy color: '#76341D'

red 118 ◦ green 52 ◦ blue 29

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

Shades of Peru Tan #76341D

Tints of Peru Tan #76341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.13%

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

R = 59.3%
G = 26.13%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76341D (or 0x76341D) is known color: Peru Tan. HEX triplet: 76, 34 and 1D. RGB value is (118,52,29). Sum of RGB (Red+Green+Blue) = 118+52+29=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76341D is #89CBE2. Grayscale: #454545. Windows color (decimal): -9030627 or 1913974. OLE color: 1913974.

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

Color convert

RGB 118 52 29 -
CMYK 0 0.56 0.75 0.54
HSL 15.51º 0.61% 0.29% -
HSV(B) 15.51º 0.75% 0.46% -
XYZ 8.92 6.4 1.93 -
YUV 69.11 105.37 162.87 -
System Red Green Blue C M Y K H S L
Decimal 118 52 29 0 0.56 0.75 0.54 15.51 0.61 0.29
Hex 76 34 1D 0 38 4B 36 10 3D 1D
Octal 166 64 35 0 70 113 66 20 75 35
Binary 1110110 110100 11101 0 111000 1001011 110110 10000 111101 11101

Color Harmonies of #76341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76341D

Black with #76341D

Text Example


Text Example

White with #76341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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