Html Css Color HEX #783202 Peru Tan

📋 copy color: '#783202'

red 120 ◦ green 50 ◦ blue 2

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

Shades of Peru Tan #783202

Tints of Peru Tan #783202

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.07%

 BLUE value IS 2 (1.17% from 255) = 1.16%

R = 69.77%
G = 29.07%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#783202 (or 0x783202) is known color: Peru Tan. HEX triplet: 78, 32 and 02. RGB value is (120,50,2). Sum of RGB (Red+Green+Blue) = 120+50+2=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #783202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783202 is #87CDFD. Grayscale: #414141. Windows color (decimal): -8900094 or 143992. OLE color: 143992.

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

Color convert

RGB 120 50 2 -
CMYK 0 0.58 0.98 0.53
HSL 24.41º 0.97% 0.24% -
HSV(B) 24.41º 0.98% 0.47% -
XYZ 8.9 6.28 0.8 -
YUV 65.46 92.19 166.9 -
System Red Green Blue C M Y K H S L
Decimal 120 50 2 0 0.58 0.98 0.53 24.41 0.97 0.24
Hex 78 32 2 0 3A 62 35 18 61 18
Octal 170 62 2 0 72 142 65 30 141 30
Binary 1111000 110010 10 0 111010 1100010 110101 11000 1100001 11000

Color Harmonies of #783202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783202

Black with #783202

Text Example


Text Example

White with #783202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783202; }

 p { color: rgb(120,50,2); }

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

background-color css

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

 a { background-color: rgb(120,50,2); }

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

border-color css

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

 span { border-color: rgb(120,50,2); }

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