Html Css Color HEX #76350D Peru Tan

📋 copy color: '#76350D'

red 118 ◦ green 53 ◦ blue 13

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

Shades of Peru Tan #76350D

Tints of Peru Tan #76350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.8%

 BLUE value IS 13 (5.47% from 255) = 7.07%

R = 64.13%
G = 28.8%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76350D (or 0x76350D) is known color: Peru Tan. HEX triplet: 76, 35 and 0D. RGB value is (118,53,13). Sum of RGB (Red+Green+Blue) = 118+53+13=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #76350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76350D is #89CAF2. Grayscale: #444444. Windows color (decimal): -9030387 or 865654. OLE color: 865654.

HSL color Cylindrical-coordinate representation of color #76350D: hue angle of 22.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76350D is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 13 -
CMYK 0 0.55 0.89 0.54
HSL 22.86º 0.8% 0.26% -
HSV(B) 22.86º 0.89% 0.46% -
XYZ 8.82 6.43 1.16 -
YUV 67.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 118 53 13 0 0.55 0.89 0.54 22.86 0.8 0.26
Hex 76 35 D 0 37 59 36 17 50 1A
Octal 166 65 15 0 67 131 66 27 120 32
Binary 1110110 110101 1101 0 110111 1011001 110110 10111 1010000 11010

Color Harmonies of #76350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76350D

Black with #76350D

Text Example


Text Example

White with #76350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,53,13); }

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

background-color css

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

 a { background-color: rgb(118,53,13); }

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

border-color css

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

 span { border-color: rgb(118,53,13); }

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