Html Css Color HEX #783316 Peru Tan

📋 copy color: '#783316'

red 120 ◦ green 51 ◦ blue 22

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

Shades of Peru Tan #783316

Tints of Peru Tan #783316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

 BLUE value IS 22 (8.98% from 255) = 11.4%

R = 62.18%
G = 26.42%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#783316 (or 0x783316) is known color: Peru Tan. HEX triplet: 78, 33 and 16. RGB value is (120,51,22). Sum of RGB (Red+Green+Blue) = 120+51+22=193 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.18% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 120 - color contains mainly: red. Hex color #783316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783316 is #87CCE9. Grayscale: #444444. Windows color (decimal): -8899818 or 1454968. OLE color: 1454968.

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

Color convert

RGB 120 51 22 -
CMYK 0 0.58 0.82 0.53
HSL 17.76º 0.69% 0.28% -
HSV(B) 17.76º 0.82% 0.47% -
XYZ 9.07 6.42 1.52 -
YUV 68.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 120 51 22 0 0.58 0.82 0.53 17.76 0.69 0.28
Hex 78 33 16 0 3A 52 35 12 45 1C
Octal 170 63 26 0 72 122 65 22 105 34
Binary 1111000 110011 10110 0 111010 1010010 110101 10010 1000101 11100

Color Harmonies of #783316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783316

Black with #783316

Text Example


Text Example

White with #783316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783316; }

 p { color: rgb(120,51,22); }

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

background-color css

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

 a { background-color: rgb(120,51,22); }

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

border-color css

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

 span { border-color: rgb(120,51,22); }

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