Html Css Color HEX #782908 Peru Tan

📋 copy color: '#782908'

red 120 ◦ green 41 ◦ blue 8

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

Shades of Peru Tan #782908

Tints of Peru Tan #782908

RGB

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

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

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

R = 71.01%
G = 24.26%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#782908 (or 0x782908) is known color: Peru Tan. HEX triplet: 78, 29 and 08. RGB value is (120,41,8). Sum of RGB (Red+Green+Blue) = 120+41+8=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #782908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782908 is #87D6F7. Grayscale: #3D3D3D. Windows color (decimal): -8902392 or 534904. OLE color: 534904.

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

Color convert

RGB 120 41 8 -
CMYK 0 0.66 0.93 0.53
HSL 17.68º 0.88% 0.25% -
HSV(B) 17.68º 0.93% 0.47% -
XYZ 8.58 5.6 0.86 -
YUV 60.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 120 41 8 0 0.66 0.93 0.53 17.68 0.88 0.25
Hex 78 29 8 0 42 5D 35 12 58 19
Octal 170 51 10 0 102 135 65 22 130 31
Binary 1111000 101001 1000 0 1000010 1011101 110101 10010 1011000 11001

Color Harmonies of #782908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782908

Black with #782908

Text Example


Text Example

White with #782908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782908; }

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

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

background-color css

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

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

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

border-color css

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

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

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