Html Css Color HEX #762E03 Peru Tan

📋 copy color: '#762E03'

red 118 ◦ green 46 ◦ blue 3

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

Shades of Peru Tan #762E03

Tints of Peru Tan #762E03

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.54%

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

R = 70.66%
G = 27.54%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#762E03 (or 0x762E03) is known color: Peru Tan. HEX triplet: 76, 2E and 03. RGB value is (118,46,3). Sum of RGB (Red+Green+Blue) = 118+46+3=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #762E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762E03 is #89D1FC. Grayscale: #3E3E3E. Windows color (decimal): -9032189 or 208502. OLE color: 208502.

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

Color convert

RGB 118 46 3 -
CMYK 0 0.61 0.97 0.54
HSL 22.43º 0.95% 0.24% -
HSV(B) 22.43º 0.97% 0.46% -
XYZ 8.46 5.81 0.76 -
YUV 62.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 118 46 3 0 0.61 0.97 0.54 22.43 0.95 0.24
Hex 76 2E 3 0 3D 61 36 16 5F 18
Octal 166 56 3 0 75 141 66 26 137 30
Binary 1110110 101110 11 0 111101 1100001 110110 10110 1011111 11000

Color Harmonies of #762E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E03

Black with #762E03

Text Example


Text Example

White with #762E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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