Html Css Color HEX #763003 Peru Tan

📋 copy color: '#763003'

red 118 ◦ green 48 ◦ blue 3

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

Shades of Peru Tan #763003

Tints of Peru Tan #763003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.4%

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

R = 69.82%
G = 28.4%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#763003 (or 0x763003) is known color: Peru Tan. HEX triplet: 76, 30 and 03. RGB value is (118,48,3). Sum of RGB (Red+Green+Blue) = 118+48+3=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #763003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763003 is #89CFFC. Grayscale: #404040. Windows color (decimal): -9031677 or 209014. OLE color: 209014.

HSL color Cylindrical-coordinate representation of color #763003: hue angle of 23.48º 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 #763003 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 3 -
CMYK 0 0.59 0.97 0.54
HSL 23.48º 0.95% 0.24% -
HSV(B) 23.48º 0.97% 0.46% -
XYZ 8.54 5.97 0.79 -
YUV 63.8 93.69 166.66 -
System Red Green Blue C M Y K H S L
Decimal 118 48 3 0 0.59 0.97 0.54 23.48 0.95 0.24
Hex 76 30 3 0 3B 61 36 17 5F 18
Octal 166 60 3 0 73 141 66 27 137 30
Binary 1110110 110000 11 0 111011 1100001 110110 10111 1011111 11000

Color Harmonies of #763003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763003

Black with #763003

Text Example


Text Example

White with #763003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763003; }

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

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

background-color css

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

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

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

border-color css

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

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

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