Html Css Color HEX #783A13 Peru Tan

📋 copy color: '#783A13'

red 120 ◦ green 58 ◦ blue 19

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

Shades of Peru Tan #783A13

Tints of Peru Tan #783A13

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.44%

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 60.91%
G = 29.44%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#783A13 (or 0x783A13) is known color: Peru Tan. HEX triplet: 78, 3A and 13. RGB value is (120,58,19). Sum of RGB (Red+Green+Blue) = 120+58+19=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #783A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783A13 is #87C5EC. Grayscale: #484848. Windows color (decimal): -8898029 or 1260152. OLE color: 1260152.

HSL color Cylindrical-coordinate representation of color #783A13: hue angle of 23.17º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #783A13 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 58 19 -
CMYK 0 0.52 0.84 0.53
HSL 23.17º 0.73% 0.27% -
HSV(B) 23.17º 0.84% 0.47% -
XYZ 9.38 7.07 1.49 -
YUV 72.09 98.04 162.17 -
System Red Green Blue C M Y K H S L
Decimal 120 58 19 0 0.52 0.84 0.53 23.17 0.73 0.27
Hex 78 3A 13 0 34 54 35 17 49 1B
Octal 170 72 23 0 64 124 65 27 111 33
Binary 1111000 111010 10011 0 110100 1010100 110101 10111 1001001 11011

Color Harmonies of #783A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783A13

Black with #783A13

Text Example


Text Example

White with #783A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,58,19); }

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

background-color css

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

 a { background-color: rgb(120,58,19); }

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

border-color css

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

 span { border-color: rgb(120,58,19); }

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