Html Css Color HEX #762F14 Peru Tan

📋 copy color: '#762F14'

red 118 ◦ green 47 ◦ blue 20

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

Shades of Peru Tan #762F14

Tints of Peru Tan #762F14

RGB

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

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

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

R = 63.78%
G = 25.41%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#762F14 (or 0x762F14) is known color: Peru Tan. HEX triplet: 76, 2F and 14. RGB value is (118,47,20). Sum of RGB (Red+Green+Blue) = 118+47+20=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #762F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F14 is #89D0EB. Grayscale: #414141. Windows color (decimal): -9031916 or 1322870. OLE color: 1322870.

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

Color convert

RGB 118 47 20 -
CMYK 0 0.60 0.83 0.54
HSL 16.53º 0.71% 0.27% -
HSV(B) 16.53º 0.83% 0.46% -
XYZ 8.61 5.94 1.35 -
YUV 65.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 118 47 20 0 0.60 0.83 0.54 16.53 0.71 0.27
Hex 76 2F 14 0 3C 53 36 11 47 1B
Octal 166 57 24 0 74 123 66 21 107 33
Binary 1110110 101111 10100 0 111100 1010011 110110 10001 1000111 11011

Color Harmonies of #762F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F14

Black with #762F14

Text Example


Text Example

White with #762F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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