Html Css Color HEX #784018 Peru Tan

📋 copy color: '#784018'

red 120 ◦ green 64 ◦ blue 24

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

Shades of Peru Tan #784018

Tints of Peru Tan #784018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.77%

 BLUE value IS 24 (9.77% from 255) = 11.54%

R = 57.69%
G = 30.77%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#784018 (or 0x784018) is known color: Peru Tan. HEX triplet: 78, 40 and 18. RGB value is (120,64,24). Sum of RGB (Red+Green+Blue) = 120+64+24=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #784018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784018 is #87BFE7. Grayscale: #4C4C4C. Windows color (decimal): -8896488 or 1589368. OLE color: 1589368.

HSL color Cylindrical-coordinate representation of color #784018: hue angle of 25º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #784018 is Cyan = 0, Magento = 0.47, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 64 24 -
CMYK 0 0.47 0.8 0.53
HSL 25º 0.67% 0.28% -
HSV(B) 25º 0.8% 0.47% -
XYZ 9.74 7.73 1.84 -
YUV 76.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 120 64 24 0 0.47 0.8 0.53 25 0.67 0.28
Hex 78 40 18 0 2F 50 35 19 43 1C
Octal 170 100 30 0 57 120 65 31 103 34
Binary 1111000 1000000 11000 0 101111 1010000 110101 11001 1000011 11100

Color Harmonies of #784018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784018

Black with #784018

Text Example


Text Example

White with #784018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784018; }

 p { color: rgb(120,64,24); }

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

background-color css

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

 a { background-color: rgb(120,64,24); }

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

border-color css

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

 span { border-color: rgb(120,64,24); }

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