Html Css Color HEX #76390D Peru Tan

📋 copy color: '#76390D'

red 118 ◦ green 57 ◦ blue 13

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

Shades of Peru Tan #76390D

Tints of Peru Tan #76390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.32%

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

R = 62.77%
G = 30.32%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76390D (or 0x76390D) is known color: Peru Tan. HEX triplet: 76, 39 and 0D. RGB value is (118,57,13). Sum of RGB (Red+Green+Blue) = 118+57+13=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #76390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76390D is #89C6F2. Grayscale: #464646. Windows color (decimal): -9029363 or 866678. OLE color: 866678.

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

Color convert

RGB 118 57 13 -
CMYK 0 0.52 0.89 0.54
HSL 25.14º 0.8% 0.26% -
HSV(B) 25.14º 0.89% 0.46% -
XYZ 9.01 6.81 1.22 -
YUV 70.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 118 57 13 0 0.52 0.89 0.54 25.14 0.8 0.26
Hex 76 39 D 0 34 59 36 19 50 1A
Octal 166 71 15 0 64 131 66 31 120 32
Binary 1110110 111001 1101 0 110100 1011001 110110 11001 1010000 11010

Color Harmonies of #76390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76390D

Black with #76390D

Text Example


Text Example

White with #76390D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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