Html Css Color HEX #78431F Peru Tan

📋 copy color: '#78431F'

red 120 ◦ green 67 ◦ blue 31

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

Shades of Peru Tan #78431F

Tints of Peru Tan #78431F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.73%

 BLUE value IS 31 (12.5% from 255) = 14.22%

R = 55.05%
G = 30.73%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#78431F (or 0x78431F) is known color: Peru Tan. HEX triplet: 78, 43 and 1F. RGB value is (120,67,31). Sum of RGB (Red+Green+Blue) = 120+67+31=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78431F is #87BCE0. Grayscale: #4E4E4E. Windows color (decimal): -8895713 or 2048888. OLE color: 2048888.

HSL color Cylindrical-coordinate representation of color #78431F: hue angle of 24.27º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78431F is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 67 31 -
CMYK 0 0.44 0.74 0.53
HSL 24.27º 0.59% 0.3% -
HSV(B) 24.27º 0.74% 0.47% -
XYZ 10 8.11 2.33 -
YUV 78.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 120 67 31 0 0.44 0.74 0.53 24.27 0.59 0.3
Hex 78 43 1F 0 2C 4A 35 18 3B 1E
Octal 170 103 37 0 54 112 65 30 73 36
Binary 1111000 1000011 11111 0 101100 1001010 110101 11000 111011 11110

Color Harmonies of #78431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78431F

Black with #78431F

Text Example


Text Example

White with #78431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78431F; }

 p { color: rgb(120,67,31); }

 H1.HeaderClassName
 {
   color: #78431F;
 }
 .AnyTagClassName
 {
   color: #78431F;
 }
</style>

background-color css

<style>
 a { background-color: #78431F; }

 a { background-color: rgb(120,67,31); }

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

border-color css

<style>
 span { border-color: #78431F; }

 span { border-color: rgb(120,67,31); }

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