Html Css Color HEX #782800 Peru Tan

📋 copy color: '#782800'

red 120 ◦ green 40 ◦ blue 0

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

Shades of Peru Tan #782800

Tints of Peru Tan #782800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#782800 (or 0x782800) is known color: Peru Tan. HEX triplet: 78, 28 and 00. RGB value is (120,40,0). Sum of RGB (Red+Green+Blue) = 120+40+0=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #782800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782800 is #87D7FF. Grayscale: #3B3B3B. Windows color (decimal): -8902656 or 10360. OLE color: 10360.

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

Color convert

RGB 120 40 0 -
CMYK 0 0.67 1 0.53
HSL 20º 1% 0.24% -
HSV(B) 20º 1% 0.47% -
XYZ 8.5 5.51 0.62 -
YUV 59.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 120 40 0 0 0.67 1 0.53 20 1 0.24
Hex 78 28 0 0 43 64 35 14 64 18
Octal 170 50 0 0 103 144 65 24 144 30
Binary 1111000 101000 0 0 1000011 1100100 110101 10100 1100100 11000

Color Harmonies of #782800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782800

Black with #782800

Text Example


Text Example

White with #782800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782800; }

 p { color: rgb(120,40,0); }

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

background-color css

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

 a { background-color: rgb(120,40,0); }

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

border-color css

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

 span { border-color: rgb(120,40,0); }

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