Html Css Color HEX #783D21 Peru Tan

📋 copy color: '#783D21'

red 120 ◦ green 61 ◦ blue 33

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

Shades of Peru Tan #783D21

Tints of Peru Tan #783D21

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.5%

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

R = 56.07%
G = 28.5%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#783D21 (or 0x783D21) is known color: Peru Tan. HEX triplet: 78, 3D and 21. RGB value is (120,61,33). Sum of RGB (Red+Green+Blue) = 120+61+33=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #783D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D21 is #87C2DE. Grayscale: #4B4B4B. Windows color (decimal): -8897247 or 2178424. OLE color: 2178424.

HSL color Cylindrical-coordinate representation of color #783D21: hue angle of 19.31º 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 #783D21 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 61 33 -
CMYK 0 0.49 0.72 0.53
HSL 19.31º 0.57% 0.3% -
HSV(B) 19.31º 0.73% 0.47% -
XYZ 9.69 7.44 2.36 -
YUV 75.45 104.05 159.78 -
System Red Green Blue C M Y K H S L
Decimal 120 61 33 0 0.49 0.72 0.53 19.31 0.57 0.3
Hex 78 3D 21 0 31 48 35 13 39 1E
Octal 170 75 41 0 61 110 65 23 71 36
Binary 1111000 111101 100001 0 110001 1001000 110101 10011 111001 11110

Color Harmonies of #783D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783D21

Black with #783D21

Text Example


Text Example

White with #783D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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