Html Css Color HEX #762E15 Peru Tan

📋 copy color: '#762E15'

red 118 ◦ green 46 ◦ blue 21

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

Shades of Peru Tan #762E15

Tints of Peru Tan #762E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.35%

R = 63.78%
G = 24.86%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#762E15 (or 0x762E15) is known color: Peru Tan. HEX triplet: 76, 2E and 15. RGB value is (118,46,21). Sum of RGB (Red+Green+Blue) = 118+46+21=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #762E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762E15 is #89D1EA. Grayscale: #404040. Windows color (decimal): -9032171 or 1388150. OLE color: 1388150.

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

Color convert

RGB 118 46 21 -
CMYK 0 0.61 0.82 0.54
HSL 15.46º 0.7% 0.27% -
HSV(B) 15.46º 0.82% 0.46% -
XYZ 8.58 5.86 1.39 -
YUV 64.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 118 46 21 0 0.61 0.82 0.54 15.46 0.7 0.27
Hex 76 2E 15 0 3D 52 36 F 46 1B
Octal 166 56 25 0 75 122 66 17 106 33
Binary 1110110 101110 10101 0 111101 1010010 110110 1111 1000110 11011

Color Harmonies of #762E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E15

Black with #762E15

Text Example


Text Example

White with #762E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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