Html Css Color HEX #762903 Peru Tan

📋 copy color: '#762903'

red 118 ◦ green 41 ◦ blue 3

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

Shades of Peru Tan #762903

Tints of Peru Tan #762903

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.31%

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

R = 72.84%
G = 25.31%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#762903 (or 0x762903) is known color: Peru Tan. HEX triplet: 76, 29 and 03. RGB value is (118,41,3). Sum of RGB (Red+Green+Blue) = 118+41+3=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #762903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762903 is #89D6FC. Grayscale: #3B3B3B. Windows color (decimal): -9033469 or 207222. OLE color: 207222.

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

Color convert

RGB 118 41 3 -
CMYK 0 0.65 0.97 0.54
HSL 19.83º 0.95% 0.24% -
HSV(B) 19.83º 0.97% 0.46% -
XYZ 8.28 5.44 0.7 -
YUV 59.69 96.01 169.59 -
System Red Green Blue C M Y K H S L
Decimal 118 41 3 0 0.65 0.97 0.54 19.83 0.95 0.24
Hex 76 29 3 0 41 61 36 14 5F 18
Octal 166 51 3 0 101 141 66 24 137 30
Binary 1110110 101001 11 0 1000001 1100001 110110 10100 1011111 11000

Color Harmonies of #762903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762903

Black with #762903

Text Example


Text Example

White with #762903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762903; }

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

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

background-color css

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

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

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

border-color css

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

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

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