Html Css Color HEX #783004 Peru Tan

📋 copy color: '#783004'

red 120 ◦ green 48 ◦ blue 4

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

Shades of Peru Tan #783004

Tints of Peru Tan #783004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.91%

 BLUE value IS 4 (1.95% from 255) = 2.33%

R = 69.77%
G = 27.91%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#783004 (or 0x783004) is known color: Peru Tan. HEX triplet: 78, 30 and 04. RGB value is (120,48,4). Sum of RGB (Red+Green+Blue) = 120+48+4=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #783004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783004 is #87CFFB. Grayscale: #404040. Windows color (decimal): -8900604 or 274552. OLE color: 274552.

HSL color Cylindrical-coordinate representation of color #783004: hue angle of 22.76º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #783004 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 48 4 -
CMYK 0 0.60 0.97 0.53
HSL 22.76º 0.94% 0.24% -
HSV(B) 22.76º 0.97% 0.47% -
XYZ 8.82 6.12 0.83 -
YUV 64.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 120 48 4 0 0.60 0.97 0.53 22.76 0.94 0.24
Hex 78 30 4 0 3C 61 35 17 5E 18
Octal 170 60 4 0 74 141 65 27 136 30
Binary 1111000 110000 100 0 111100 1100001 110101 10111 1011110 11000

Color Harmonies of #783004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783004

Black with #783004

Text Example


Text Example

White with #783004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783004; }

 p { color: rgb(120,48,4); }

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

background-color css

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

 a { background-color: rgb(120,48,4); }

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

border-color css

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

 span { border-color: rgb(120,48,4); }

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