Html Css Color HEX #78361E Peru Tan

📋 copy color: '#78361E'

red 120 ◦ green 54 ◦ blue 30

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

Shades of Peru Tan #78361E

Tints of Peru Tan #78361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.47%

 BLUE value IS 30 (12.11% from 255) = 14.71%

R = 58.82%
G = 26.47%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#78361E (or 0x78361E) is known color: Peru Tan. HEX triplet: 78, 36 and 1E. RGB value is (120,54,30). Sum of RGB (Red+Green+Blue) = 120+54+30=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #78361E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78361E is #87C9E1. Grayscale: #474747. Windows color (decimal): -8899042 or 1980024. OLE color: 1980024.

HSL color Cylindrical-coordinate representation of color #78361E: hue angle of 16º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78361E is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 54 30 -
CMYK 0 0.55 0.75 0.53
HSL 16º 0.6% 0.29% -
HSV(B) 16º 0.75% 0.47% -
XYZ 9.3 6.73 2.04 -
YUV 71 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 120 54 30 0 0.55 0.75 0.53 16 0.6 0.29
Hex 78 36 1E 0 37 4B 35 10 3C 1D
Octal 170 66 36 0 67 113 65 20 74 35
Binary 1111000 110110 11110 0 110111 1001011 110101 10000 111100 11101

Color Harmonies of #78361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78361E

Black with #78361E

Text Example


Text Example

White with #78361E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78361E; }

 p { color: rgb(120,54,30); }

 H1.HeaderClassName
 {
   color: #78361E;
 }
 .AnyTagClassName
 {
   color: #78361E;
 }
</style>

background-color css

<style>
 a { background-color: #78361E; }

 a { background-color: rgb(120,54,30); }

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

border-color css

<style>
 span { border-color: #78361E; }

 span { border-color: rgb(120,54,30); }

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