Html Css Color HEX #782808 Peru Tan

📋 copy color: '#782808'

red 120 ◦ green 40 ◦ blue 8

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

Shades of Peru Tan #782808

Tints of Peru Tan #782808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.76%

R = 71.43%
G = 23.81%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#782808 (or 0x782808) is known color: Peru Tan. HEX triplet: 78, 28 and 08. RGB value is (120,40,8). Sum of RGB (Red+Green+Blue) = 120+40+8=168 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.43% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 120 - color contains mainly: red. Hex color #782808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782808 is #87D7F7. Grayscale: #3C3C3C. Windows color (decimal): -8902648 or 534648. OLE color: 534648.

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

Color convert

RGB 120 40 8 -
CMYK 0 0.67 0.93 0.53
HSL 17.14º 0.88% 0.25% -
HSV(B) 17.14º 0.93% 0.47% -
XYZ 8.55 5.53 0.85 -
YUV 60.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 120 40 8 0 0.67 0.93 0.53 17.14 0.88 0.25
Hex 78 28 8 0 43 5D 35 11 58 19
Octal 170 50 10 0 103 135 65 21 130 31
Binary 1111000 101000 1000 0 1000011 1011101 110101 10001 1011000 11001

Color Harmonies of #782808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782808

Black with #782808

Text Example


Text Example

White with #782808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782808; }

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

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

background-color css

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

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

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

border-color css

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

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

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