Html Css Color HEX #783418 Peru Tan

📋 copy color: '#783418'

red 120 ◦ green 52 ◦ blue 24

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

Shades of Peru Tan #783418

Tints of Peru Tan #783418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.53%

 BLUE value IS 24 (9.77% from 255) = 12.24%

R = 61.22%
G = 26.53%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#783418 (or 0x783418) is known color: Peru Tan. HEX triplet: 78, 34 and 18. RGB value is (120,52,24). Sum of RGB (Red+Green+Blue) = 120+52+24=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #783418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783418 is #87CBE7. Grayscale: #454545. Windows color (decimal): -8899560 or 1586296. OLE color: 1586296.

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

Color convert

RGB 120 52 24 -
CMYK 0 0.57 0.8 0.53
HSL 17.5º 0.67% 0.28% -
HSV(B) 17.5º 0.8% 0.47% -
XYZ 9.14 6.52 1.64 -
YUV 69.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 120 52 24 0 0.57 0.8 0.53 17.5 0.67 0.28
Hex 78 34 18 0 39 50 35 12 43 1C
Octal 170 64 30 0 71 120 65 22 103 34
Binary 1111000 110100 11000 0 111001 1010000 110101 10010 1000011 11100

Color Harmonies of #783418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783418

Black with #783418

Text Example


Text Example

White with #783418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783418; }

 p { color: rgb(120,52,24); }

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

background-color css

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

 a { background-color: rgb(120,52,24); }

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

border-color css

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

 span { border-color: rgb(120,52,24); }

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