Html Css Color HEX #763C14 Peru Tan

📋 copy color: '#763C14'

red 118 ◦ green 60 ◦ blue 20

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

Shades of Peru Tan #763C14

Tints of Peru Tan #763C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.3%

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

R = 59.6%
G = 30.3%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#763C14 (or 0x763C14) is known color: Peru Tan. HEX triplet: 76, 3C and 14. RGB value is (118,60,20). Sum of RGB (Red+Green+Blue) = 118+60+20=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #763C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763C14 is #89C3EB. Grayscale: #494949. Windows color (decimal): -9028588 or 1326198. OLE color: 1326198.

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

Color convert

RGB 118 60 20 -
CMYK 0 0.49 0.83 0.54
HSL 24.49º 0.71% 0.27% -
HSV(B) 24.49º 0.83% 0.46% -
XYZ 9.21 7.13 1.55 -
YUV 72.78 98.22 160.25 -
System Red Green Blue C M Y K H S L
Decimal 118 60 20 0 0.49 0.83 0.54 24.49 0.71 0.27
Hex 76 3C 14 0 31 53 36 18 47 1B
Octal 166 74 24 0 61 123 66 30 107 33
Binary 1110110 111100 10100 0 110001 1010011 110110 11000 1000111 11011

Color Harmonies of #763C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C14

Black with #763C14

Text Example


Text Example

White with #763C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763C14; }

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

 H1.HeaderClassName
 {
   color: #763C14;
 }
 .AnyTagClassName
 {
   color: #763C14;
 }
</style>

background-color css

<style>
 a { background-color: #763C14; }

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

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

border-color css

<style>
 span { border-color: #763C14; }

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

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