Html Css Color HEX #78341C Peru Tan

📋 copy color: '#78341C'

red 120 ◦ green 52 ◦ blue 28

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

Shades of Peru Tan #78341C

Tints of Peru Tan #78341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

 BLUE value IS 28 (11.33% from 255) = 14%

R = 60%
G = 26%
B = 14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#78341C (or 0x78341C) is known color: Peru Tan. HEX triplet: 78, 34 and 1C. RGB value is (120,52,28). Sum of RGB (Red+Green+Blue) = 120+52+28=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78341C is #87CBE3. Grayscale: #454545. Windows color (decimal): -8899556 or 1848440. OLE color: 1848440.

HSL color Cylindrical-coordinate representation of color #78341C: hue angle of 15.65º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78341C is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 52 28 -
CMYK 0 0.57 0.77 0.53
HSL 15.65º 0.62% 0.29% -
HSV(B) 15.65º 0.77% 0.47% -
XYZ 9.18 6.53 1.88 -
YUV 69.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 120 52 28 0 0.57 0.77 0.53 15.65 0.62 0.29
Hex 78 34 1C 0 39 4D 35 10 3E 1D
Octal 170 64 34 0 71 115 65 20 76 35
Binary 1111000 110100 11100 0 111001 1001101 110101 10000 111110 11101

Color Harmonies of #78341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78341C

Black with #78341C

Text Example


Text Example

White with #78341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78341C; }

 p { color: rgb(120,52,28); }

 H1.HeaderClassName
 {
   color: #78341C;
 }
 .AnyTagClassName
 {
   color: #78341C;
 }
</style>

background-color css

<style>
 a { background-color: #78341C; }

 a { background-color: rgb(120,52,28); }

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

border-color css

<style>
 span { border-color: #78341C; }

 span { border-color: rgb(120,52,28); }

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