Html Css Color HEX #78360D Peru Tan

📋 copy color: '#78360D'

red 120 ◦ green 54 ◦ blue 13

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

Shades of Peru Tan #78360D

Tints of Peru Tan #78360D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 64.17%
G = 28.88%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78360D (or 0x78360D) is known color: Peru Tan. HEX triplet: 78, 36 and 0D. RGB value is (120,54,13). Sum of RGB (Red+Green+Blue) = 120+54+13=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #78360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78360D is #87C9F2. Grayscale: #454545. Windows color (decimal): -8899059 or 865912. OLE color: 865912.

HSL color Cylindrical-coordinate representation of color #78360D: hue angle of 22.99º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78360D is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 54 13 -
CMYK 0 0.55 0.89 0.53
HSL 22.99º 0.8% 0.26% -
HSV(B) 22.99º 0.89% 0.47% -
XYZ 9.14 6.66 1.18 -
YUV 69.06 96.37 164.33 -
System Red Green Blue C M Y K H S L
Decimal 120 54 13 0 0.55 0.89 0.53 22.99 0.8 0.26
Hex 78 36 D 0 37 59 35 17 50 1A
Octal 170 66 15 0 67 131 65 27 120 32
Binary 1111000 110110 1101 0 110111 1011001 110101 10111 1010000 11010

Color Harmonies of #78360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78360D

Black with #78360D

Text Example


Text Example

White with #78360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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