Html Css Color HEX #762E14 Peru Tan

📋 copy color: '#762E14'

red 118 ◦ green 46 ◦ blue 20

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

Shades of Peru Tan #762E14

Tints of Peru Tan #762E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.87%

R = 64.13%
G = 25%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#762E14 (or 0x762E14) is known color: Peru Tan. HEX triplet: 76, 2E and 14. RGB value is (118,46,20). Sum of RGB (Red+Green+Blue) = 118+46+20=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #762E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762E14 is #89D1EB. Grayscale: #404040. Windows color (decimal): -9032172 or 1322614. OLE color: 1322614.

HSL color Cylindrical-coordinate representation of color #762E14: hue angle of 15.92º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #762E14 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 46 20 -
CMYK 0 0.61 0.83 0.54
HSL 15.92º 0.71% 0.27% -
HSV(B) 15.92º 0.83% 0.46% -
XYZ 8.57 5.86 1.34 -
YUV 64.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 118 46 20 0 0.61 0.83 0.54 15.92 0.71 0.27
Hex 76 2E 14 0 3D 53 36 10 47 1B
Octal 166 56 24 0 75 123 66 20 107 33
Binary 1110110 101110 10100 0 111101 1010011 110110 10000 1000111 11011

Color Harmonies of #762E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E14

Black with #762E14

Text Example


Text Example

White with #762E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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