Html Css Color HEX #76391F Peru Tan

📋 copy color: '#76391F'

red 118 ◦ green 57 ◦ blue 31

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

Shades of Peru Tan #76391F

Tints of Peru Tan #76391F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 57.28%
G = 27.67%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76391F (or 0x76391F) is known color: Peru Tan. HEX triplet: 76, 39 and 1F. RGB value is (118,57,31). Sum of RGB (Red+Green+Blue) = 118+57+31=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #76391F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76391F is #89C6E0. Grayscale: #484848. Windows color (decimal): -9029345 or 2046326. OLE color: 2046326.

HSL color Cylindrical-coordinate representation of color #76391F: hue angle of 17.93º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76391F is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 57 31 -
CMYK 0 0.52 0.74 0.54
HSL 17.93º 0.58% 0.29% -
HSV(B) 17.93º 0.74% 0.46% -
XYZ 9.18 6.88 2.14 -
YUV 72.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 118 57 31 0 0.52 0.74 0.54 17.93 0.58 0.29
Hex 76 39 1F 0 34 4A 36 12 3A 1D
Octal 166 71 37 0 64 112 66 22 72 35
Binary 1110110 111001 11111 0 110100 1001010 110110 10010 111010 11101

Color Harmonies of #76391F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76391F

Black with #76391F

Text Example


Text Example

White with #76391F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76391F; }

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

 H1.HeaderClassName
 {
   color: #76391F;
 }
 .AnyTagClassName
 {
   color: #76391F;
 }
</style>

background-color css

<style>
 a { background-color: #76391F; }

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

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

border-color css

<style>
 span { border-color: #76391F; }

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

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