Html Css Color HEX #76381D Peru Tan

📋 copy color: '#76381D'

red 118 ◦ green 56 ◦ blue 29

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

Shades of Peru Tan #76381D

Tints of Peru Tan #76381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.59%

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

R = 58.13%
G = 27.59%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76381D (or 0x76381D) is known color: Peru Tan. HEX triplet: 76, 38 and 1D. RGB value is (118,56,29). Sum of RGB (Red+Green+Blue) = 118+56+29=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #76381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76381D is #89C7E2. Grayscale: #474747. Windows color (decimal): -9029603 or 1914998. OLE color: 1914998.

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

Color convert

RGB 118 56 29 -
CMYK 0 0.53 0.75 0.54
HSL 18.2º 0.61% 0.29% -
HSV(B) 18.2º 0.75% 0.46% -
XYZ 9.11 6.77 1.99 -
YUV 71.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 118 56 29 0 0.53 0.75 0.54 18.2 0.61 0.29
Hex 76 38 1D 0 35 4B 36 12 3D 1D
Octal 166 70 35 0 65 113 66 22 75 35
Binary 1110110 111000 11101 0 110101 1001011 110110 10010 111101 11101

Color Harmonies of #76381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76381D

Black with #76381D

Text Example


Text Example

White with #76381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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