Html Css Color HEX #762F11 Peru Tan

📋 copy color: '#762F11'

red 118 ◦ green 47 ◦ blue 17

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

Shades of Peru Tan #762F11

Tints of Peru Tan #762F11

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.82%

 BLUE value IS 17 (7.03% from 255) = 9.34%

R = 64.84%
G = 25.82%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#762F11 (or 0x762F11) is known color: Peru Tan. HEX triplet: 76, 2F and 11. RGB value is (118,47,17). Sum of RGB (Red+Green+Blue) = 118+47+17=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #762F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F11 is #89D0EE. Grayscale: #414141. Windows color (decimal): -9031919 or 1126262. OLE color: 1126262.

HSL color Cylindrical-coordinate representation of color #762F11: hue angle of 17.82º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #762F11 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 47 17 -
CMYK 0 0.60 0.86 0.54
HSL 17.82º 0.75% 0.26% -
HSV(B) 17.82º 0.86% 0.46% -
XYZ 8.59 5.93 1.22 -
YUV 64.81 101.02 165.94 -
System Red Green Blue C M Y K H S L
Decimal 118 47 17 0 0.60 0.86 0.54 17.82 0.75 0.26
Hex 76 2F 11 0 3C 56 36 12 4B 1A
Octal 166 57 21 0 74 126 66 22 113 32
Binary 1110110 101111 10001 0 111100 1010110 110110 10010 1001011 11010

Color Harmonies of #762F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F11

Black with #762F11

Text Example


Text Example

White with #762F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,47,17); }

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

background-color css

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

 a { background-color: rgb(118,47,17); }

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

border-color css

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

 span { border-color: rgb(118,47,17); }

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