Html Css Color HEX #76381F Peru Tan

📋 copy color: '#76381F'

red 118 ◦ green 56 ◦ blue 31

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

Shades of Peru Tan #76381F

Tints of Peru Tan #76381F

RGB

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

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

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

R = 57.56%
G = 27.32%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76381F (or 0x76381F) is known color: Peru Tan. HEX triplet: 76, 38 and 1F. RGB value is (118,56,31). Sum of RGB (Red+Green+Blue) = 118+56+31=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #76381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76381F is #89C7E0. Grayscale: #474747. Windows color (decimal): -9029601 or 2046070. OLE color: 2046070.

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

Color convert

RGB 118 56 31 -
CMYK 0 0.53 0.74 0.54
HSL 17.24º 0.58% 0.29% -
HSV(B) 17.24º 0.74% 0.46% -
XYZ 9.13 6.78 2.12 -
YUV 71.69 105.04 161.03 -
System Red Green Blue C M Y K H S L
Decimal 118 56 31 0 0.53 0.74 0.54 17.24 0.58 0.29
Hex 76 38 1F 0 35 4A 36 11 3A 1D
Octal 166 70 37 0 65 112 66 21 72 35
Binary 1110110 111000 11111 0 110101 1001010 110110 10001 111010 11101

Color Harmonies of #76381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76381F

Black with #76381F

Text Example


Text Example

White with #76381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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