Html Css Color HEX #76341A Peru Tan

📋 copy color: '#76341A'

red 118 ◦ green 52 ◦ blue 26

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

Shades of Peru Tan #76341A

Tints of Peru Tan #76341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.27%

R = 60.2%
G = 26.53%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76341A (or 0x76341A) is known color: Peru Tan. HEX triplet: 76, 34 and 1A. RGB value is (118,52,26). Sum of RGB (Red+Green+Blue) = 118+52+26=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76341A is #89CBE5. Grayscale: #444444. Windows color (decimal): -9030630 or 1717366. OLE color: 1717366.

HSL color Cylindrical-coordinate representation of color #76341A: hue angle of 16.96º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76341A is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 26 -
CMYK 0 0.56 0.78 0.54
HSL 16.96º 0.64% 0.28% -
HSV(B) 16.96º 0.78% 0.46% -
XYZ 8.89 6.38 1.74 -
YUV 68.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 118 52 26 0 0.56 0.78 0.54 16.96 0.64 0.28
Hex 76 34 1A 0 38 4E 36 11 40 1C
Octal 166 64 32 0 70 116 66 21 100 34
Binary 1110110 110100 11010 0 111000 1001110 110110 10001 1000000 11100

Color Harmonies of #76341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76341A

Black with #76341A

Text Example


Text Example

White with #76341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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