Html Css Color HEX #784221 Peru Tan

📋 copy color: '#784221'

red 120 ◦ green 66 ◦ blue 33

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

Shades of Peru Tan #784221

Tints of Peru Tan #784221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.14%

 BLUE value IS 33 (13.28% from 255) = 15.07%

R = 54.79%
G = 30.14%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#784221 (or 0x784221) is known color: Peru Tan. HEX triplet: 78, 42 and 21. RGB value is (120,66,33). Sum of RGB (Red+Green+Blue) = 120+66+33=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #784221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784221 is #87BDDE. Grayscale: #4E4E4E. Windows color (decimal): -8895967 or 2179704. OLE color: 2179704.

HSL color Cylindrical-coordinate representation of color #784221: hue angle of 22.76º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #784221 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 66 33 -
CMYK 0 0.45 0.72 0.53
HSL 22.76º 0.57% 0.3% -
HSV(B) 22.76º 0.73% 0.47% -
XYZ 9.97 8 2.46 -
YUV 78.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 120 66 33 0 0.45 0.72 0.53 22.76 0.57 0.3
Hex 78 42 21 0 2D 48 35 17 39 1E
Octal 170 102 41 0 55 110 65 27 71 36
Binary 1111000 1000010 100001 0 101101 1001000 110101 10111 111001 11110

Color Harmonies of #784221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784221

Black with #784221

Text Example


Text Example

White with #784221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784221; }

 p { color: rgb(120,66,33); }

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

background-color css

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

 a { background-color: rgb(120,66,33); }

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

border-color css

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

 span { border-color: rgb(120,66,33); }

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