Html Css Color HEX #784124 Peru Tan

📋 copy color: '#784124'

red 120 ◦ green 65 ◦ blue 36

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

Shades of Peru Tan #784124

Tints of Peru Tan #784124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.41%

 BLUE value IS 36 (14.45% from 255) = 16.29%

R = 54.3%
G = 29.41%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.7

 K value IS 0.53

RGB Variations

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

Color information

#784124 (or 0x784124) is known color: Peru Tan. HEX triplet: 78, 41 and 24. RGB value is (120,65,36). Sum of RGB (Red+Green+Blue) = 120+65+36=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #784124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784124 is #87BEDB. Grayscale: #4E4E4E. Windows color (decimal): -8896220 or 2376056. OLE color: 2376056.

HSL color Cylindrical-coordinate representation of color #784124: hue angle of 20.71º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #784124 is Cyan = 0, Magento = 0.46, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 65 36 -
CMYK 0 0.46 0.7 0.53
HSL 20.71º 0.54% 0.31% -
HSV(B) 20.71º 0.7% 0.47% -
XYZ 9.95 7.9 2.67 -
YUV 78.14 104.22 157.86 -
System Red Green Blue C M Y K H S L
Decimal 120 65 36 0 0.46 0.7 0.53 20.71 0.54 0.31
Hex 78 41 24 0 2E 46 35 15 36 1F
Octal 170 101 44 0 56 106 65 25 66 37
Binary 1111000 1000001 100100 0 101110 1000110 110101 10101 110110 11111

Color Harmonies of #784124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784124

Black with #784124

Text Example


Text Example

White with #784124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784124; }

 p { color: rgb(120,65,36); }

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

background-color css

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

 a { background-color: rgb(120,65,36); }

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

border-color css

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

 span { border-color: rgb(120,65,36); }

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