Html Css Color HEX #78290D Peru Tan

📋 copy color: '#78290D'

red 120 ◦ green 41 ◦ blue 13

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

Shades of Peru Tan #78290D

Tints of Peru Tan #78290D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.56%

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

R = 68.97%
G = 23.56%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78290D (or 0x78290D) is known color: Peru Tan. HEX triplet: 78, 29 and 0D. RGB value is (120,41,13). Sum of RGB (Red+Green+Blue) = 120+41+13=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #78290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78290D is #87D6F2. Grayscale: #3D3D3D. Windows color (decimal): -8902387 or 862584. OLE color: 862584.

HSL color Cylindrical-coordinate representation of color #78290D: hue angle of 15.7º 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 #78290D is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 41 13 -
CMYK 0 0.66 0.89 0.53
HSL 15.7º 0.8% 0.26% -
HSV(B) 15.7º 0.89% 0.47% -
XYZ 8.61 5.61 1.01 -
YUV 61.43 100.67 169.78 -
System Red Green Blue C M Y K H S L
Decimal 120 41 13 0 0.66 0.89 0.53 15.7 0.8 0.26
Hex 78 29 D 0 42 59 35 10 50 1A
Octal 170 51 15 0 102 131 65 20 120 32
Binary 1111000 101001 1101 0 1000010 1011001 110101 10000 1010000 11010

Color Harmonies of #78290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78290D

Black with #78290D

Text Example


Text Example

White with #78290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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