Html Css Color HEX #78351C Peru Tan

📋 copy color: '#78351C'

red 120 ◦ green 53 ◦ blue 28

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

Shades of Peru Tan #78351C

Tints of Peru Tan #78351C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.37%

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

R = 59.7%
G = 26.37%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#78351C (or 0x78351C) is known color: Peru Tan. HEX triplet: 78, 35 and 1C. RGB value is (120,53,28). Sum of RGB (Red+Green+Blue) = 120+53+28=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78351C is #87CAE3. Grayscale: #464646. Windows color (decimal): -8899300 or 1848696. OLE color: 1848696.

HSL color Cylindrical-coordinate representation of color #78351C: hue angle of 16.3º 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 #78351C is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 53 28 -
CMYK 0 0.56 0.77 0.53
HSL 16.3º 0.62% 0.29% -
HSV(B) 16.3º 0.77% 0.47% -
XYZ 9.23 6.62 1.89 -
YUV 70.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 120 53 28 0 0.56 0.77 0.53 16.3 0.62 0.29
Hex 78 35 1C 0 38 4D 35 10 3E 1D
Octal 170 65 34 0 70 115 65 20 76 35
Binary 1111000 110101 11100 0 111000 1001101 110101 10000 111110 11101

Color Harmonies of #78351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78351C

Black with #78351C

Text Example


Text Example

White with #78351C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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