Html Css Color HEX #763202 Peru Tan

📋 copy color: '#763202'

red 118 ◦ green 50 ◦ blue 2

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

Shades of Peru Tan #763202

Tints of Peru Tan #763202

RGB

 RED value IS 118 (46.48% from 255) = 69.41%

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

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

R = 69.41%
G = 29.41%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#763202 (or 0x763202) is known color: Peru Tan. HEX triplet: 76, 32 and 02. RGB value is (118,50,2). Sum of RGB (Red+Green+Blue) = 118+50+2=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #763202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763202 is #89CDFD. Grayscale: #414141. Windows color (decimal): -9031166 or 143990. OLE color: 143990.

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

Color convert

RGB 118 50 2 -
CMYK 0 0.58 0.98 0.54
HSL 24.83º 0.97% 0.24% -
HSV(B) 24.83º 0.98% 0.46% -
XYZ 8.62 6.14 0.79 -
YUV 64.86 92.53 165.9 -
System Red Green Blue C M Y K H S L
Decimal 118 50 2 0 0.58 0.98 0.54 24.83 0.97 0.24
Hex 76 32 2 0 3A 62 36 19 61 18
Octal 166 62 2 0 72 142 66 31 141 30
Binary 1110110 110010 10 0 111010 1100010 110110 11001 1100001 11000

Color Harmonies of #763202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763202

Black with #763202

Text Example


Text Example

White with #763202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763202; }

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

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

background-color css

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

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

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

border-color css

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

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

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