Html Css Color HEX #78381D Peru Tan

📋 copy color: '#78381D'

red 120 ◦ green 56 ◦ blue 29

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

Shades of Peru Tan #78381D

Tints of Peru Tan #78381D

RGB

 RED value IS 120 (47.27% from 255) = 58.54%

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

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

R = 58.54%
G = 27.32%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#78381D (or 0x78381D) is known color: Peru Tan. HEX triplet: 78, 38 and 1D. RGB value is (120,56,29). Sum of RGB (Red+Green+Blue) = 120+56+29=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #78381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78381D is #87C7E2. Grayscale: #484848. Windows color (decimal): -8898531 or 1915000. OLE color: 1915000.

HSL color Cylindrical-coordinate representation of color #78381D: hue angle of 17.8º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78381D is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 56 29 -
CMYK 0 0.53 0.76 0.53
HSL 17.8º 0.61% 0.29% -
HSV(B) 17.8º 0.76% 0.47% -
XYZ 9.38 6.91 2 -
YUV 72.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 120 56 29 0 0.53 0.76 0.53 17.8 0.61 0.29
Hex 78 38 1D 0 35 4C 35 12 3D 1D
Octal 170 70 35 0 65 114 65 22 75 35
Binary 1111000 111000 11101 0 110101 1001100 110101 10010 111101 11101

Color Harmonies of #78381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78381D

Black with #78381D

Text Example


Text Example

White with #78381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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