Html Css Color HEX #782F17 Peru Tan

📋 copy color: '#782F17'

red 120 ◦ green 47 ◦ blue 23

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

Shades of Peru Tan #782F17

Tints of Peru Tan #782F17

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.74%

 BLUE value IS 23 (9.38% from 255) = 12.11%

R = 63.16%
G = 24.74%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#782F17 (or 0x782F17) is known color: Peru Tan. HEX triplet: 78, 2F and 17. RGB value is (120,47,23). Sum of RGB (Red+Green+Blue) = 120+47+23=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #782F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782F17 is #87D0E8. Grayscale: #424242. Windows color (decimal): -8900841 or 1519480. OLE color: 1519480.

HSL color Cylindrical-coordinate representation of color #782F17: hue angle of 14.85º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #782F17 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 47 23 -
CMYK 0 0.61 0.81 0.53
HSL 14.85º 0.68% 0.28% -
HSV(B) 14.85º 0.81% 0.47% -
XYZ 8.92 6.09 1.52 -
YUV 66.09 103.68 166.45 -
System Red Green Blue C M Y K H S L
Decimal 120 47 23 0 0.61 0.81 0.53 14.85 0.68 0.28
Hex 78 2F 17 0 3D 51 35 F 44 1C
Octal 170 57 27 0 75 121 65 17 104 34
Binary 1111000 101111 10111 0 111101 1010001 110101 1111 1000100 11100

Color Harmonies of #782F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782F17

Black with #782F17

Text Example


Text Example

White with #782F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782F17; }

 p { color: rgb(120,47,23); }

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

background-color css

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

 a { background-color: rgb(120,47,23); }

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

border-color css

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

 span { border-color: rgb(120,47,23); }

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