Html Css Color HEX #783304 Peru Tan

📋 copy color: '#783304'

red 120 ◦ green 51 ◦ blue 4

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

Shades of Peru Tan #783304

Tints of Peru Tan #783304

RGB

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

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

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

R = 68.57%
G = 29.14%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#783304 (or 0x783304) is known color: Peru Tan. HEX triplet: 78, 33 and 04. RGB value is (120,51,4). Sum of RGB (Red+Green+Blue) = 120+51+4=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #783304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783304 is #87CCFB. Grayscale: #424242. Windows color (decimal): -8899836 or 275320. OLE color: 275320.

HSL color Cylindrical-coordinate representation of color #783304: hue angle of 24.31º 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 #783304 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 51 4 -
CMYK 0 0.58 0.97 0.53
HSL 24.31º 0.94% 0.24% -
HSV(B) 24.31º 0.97% 0.47% -
XYZ 8.95 6.37 0.87 -
YUV 66.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 120 51 4 0 0.58 0.97 0.53 24.31 0.94 0.24
Hex 78 33 4 0 3A 61 35 18 5E 18
Octal 170 63 4 0 72 141 65 30 136 30
Binary 1111000 110011 100 0 111010 1100001 110101 11000 1011110 11000

Color Harmonies of #783304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783304

Black with #783304

Text Example


Text Example

White with #783304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783304; }

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

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

background-color css

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

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

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

border-color css

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

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

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