Html Css Color HEX #763203 Peru Tan

📋 copy color: '#763203'

red 118 ◦ green 50 ◦ blue 3

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

Shades of Peru Tan #763203

Tints of Peru Tan #763203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.75%

R = 69.01%
G = 29.24%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#763203 (or 0x763203) is known color: Peru Tan. HEX triplet: 76, 32 and 03. RGB value is (118,50,3). Sum of RGB (Red+Green+Blue) = 118+50+3=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #763203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763203 is #89CDFC. Grayscale: #414141. Windows color (decimal): -9031165 or 209526. OLE color: 209526.

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

Color convert

RGB 118 50 3 -
CMYK 0 0.58 0.97 0.54
HSL 24.52º 0.95% 0.24% -
HSV(B) 24.52º 0.97% 0.46% -
XYZ 8.63 6.14 0.82 -
YUV 64.97 93.03 165.82 -
System Red Green Blue C M Y K H S L
Decimal 118 50 3 0 0.58 0.97 0.54 24.52 0.95 0.24
Hex 76 32 3 0 3A 61 36 19 5F 18
Octal 166 62 3 0 72 141 66 31 137 30
Binary 1110110 110010 11 0 111010 1100001 110110 11001 1011111 11000

Color Harmonies of #763203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763203

Black with #763203

Text Example


Text Example

White with #763203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763203; }

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

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

background-color css

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

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

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

border-color css

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

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

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