Html Css Color HEX #783306 Peru Tan

📋 copy color: '#783306'

red 120 ◦ green 51 ◦ blue 6

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

Shades of Peru Tan #783306

Tints of Peru Tan #783306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.39%

R = 67.8%
G = 28.81%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#783306 (or 0x783306) is known color: Peru Tan. HEX triplet: 78, 33 and 06. RGB value is (120,51,6). Sum of RGB (Red+Green+Blue) = 120+51+6=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #783306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783306 is #87CCF9. Grayscale: #424242. Windows color (decimal): -8899834 or 406392. OLE color: 406392.

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

Color convert

RGB 120 51 6 -
CMYK 0 0.58 0.95 0.53
HSL 23.68º 0.9% 0.25% -
HSV(B) 23.68º 0.95% 0.47% -
XYZ 8.96 6.37 0.93 -
YUV 66.5 93.86 166.16 -
System Red Green Blue C M Y K H S L
Decimal 120 51 6 0 0.58 0.95 0.53 23.68 0.9 0.25
Hex 78 33 6 0 3A 5F 35 18 5A 19
Octal 170 63 6 0 72 137 65 30 132 31
Binary 1111000 110011 110 0 111010 1011111 110101 11000 1011010 11001

Color Harmonies of #783306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783306

Black with #783306

Text Example


Text Example

White with #783306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783306; }

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

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

background-color css

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

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

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

border-color css

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

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

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