Html Css Color HEX #782900 Peru Tan

📋 copy color: '#782900'

red 120 ◦ green 41 ◦ blue 0

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

Shades of Peru Tan #782900

Tints of Peru Tan #782900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.47%

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

R = 74.53%
G = 25.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#782900 (or 0x782900) is known color: Peru Tan. HEX triplet: 78, 29 and 00. RGB value is (120,41,0). Sum of RGB (Red+Green+Blue) = 120+41+0=161 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.53% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 120 - color contains mainly: red. Hex color #782900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782900 is #87D6FF. Grayscale: #3C3C3C. Windows color (decimal): -8902400 or 10616. OLE color: 10616.

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

Color convert

RGB 120 41 0 -
CMYK 0 0.66 1 0.53
HSL 20.5º 1% 0.24% -
HSV(B) 20.5º 1% 0.47% -
XYZ 8.54 5.58 0.63 -
YUV 59.95 94.17 170.83 -
System Red Green Blue C M Y K H S L
Decimal 120 41 0 0 0.66 1 0.53 20.5 1 0.24
Hex 78 29 0 0 42 64 35 14 64 18
Octal 170 51 0 0 102 144 65 24 144 30
Binary 1111000 101001 0 0 1000010 1100100 110101 10100 1100100 11000

Color Harmonies of #782900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782900

Black with #782900

Text Example


Text Example

White with #782900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782900; }

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

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

background-color css

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

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

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

border-color css

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

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

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