Html Css Color HEX #783305 Peru Tan

📋 copy color: '#783305'

red 120 ◦ green 51 ◦ blue 5

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

Shades of Peru Tan #783305

Tints of Peru Tan #783305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.98%

 BLUE value IS 5 (2.34% from 255) = 2.84%

R = 68.18%
G = 28.98%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#783305 (or 0x783305) is known color: Peru Tan. HEX triplet: 78, 33 and 05. RGB value is (120,51,5). Sum of RGB (Red+Green+Blue) = 120+51+5=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #783305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783305 is #87CCFA. Grayscale: #424242. Windows color (decimal): -8899835 or 340856. OLE color: 340856.

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

Color convert

RGB 120 51 5 -
CMYK 0 0.58 0.96 0.53
HSL 24º 0.92% 0.25% -
HSV(B) 24º 0.96% 0.47% -
XYZ 8.96 6.37 0.9 -
YUV 66.39 93.36 166.24 -
System Red Green Blue C M Y K H S L
Decimal 120 51 5 0 0.58 0.96 0.53 24 0.92 0.25
Hex 78 33 5 0 3A 60 35 18 5C 19
Octal 170 63 5 0 72 140 65 30 134 31
Binary 1111000 110011 101 0 111010 1100000 110101 11000 1011100 11001

Color Harmonies of #783305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783305

Black with #783305

Text Example


Text Example

White with #783305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783305; }

 p { color: rgb(120,51,5); }

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

background-color css

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

 a { background-color: rgb(120,51,5); }

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

border-color css

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

 span { border-color: rgb(120,51,5); }

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