Html Css Color HEX #763A14 Peru Tan

📋 copy color: '#763A14'

red 118 ◦ green 58 ◦ blue 20

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

Shades of Peru Tan #763A14

Tints of Peru Tan #763A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.59%

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

R = 60.2%
G = 29.59%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#763A14 (or 0x763A14) is known color: Peru Tan. HEX triplet: 76, 3A and 14. RGB value is (118,58,20). Sum of RGB (Red+Green+Blue) = 118+58+20=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #763A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763A14 is #89C5EB. Grayscale: #474747. Windows color (decimal): -9029100 or 1325686. OLE color: 1325686.

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

Color convert

RGB 118 58 20 -
CMYK 0 0.51 0.83 0.54
HSL 23.27º 0.71% 0.27% -
HSV(B) 23.27º 0.83% 0.46% -
XYZ 9.11 6.93 1.52 -
YUV 71.61 98.88 161.09 -
System Red Green Blue C M Y K H S L
Decimal 118 58 20 0 0.51 0.83 0.54 23.27 0.71 0.27
Hex 76 3A 14 0 33 53 36 17 47 1B
Octal 166 72 24 0 63 123 66 27 107 33
Binary 1110110 111010 10100 0 110011 1010011 110110 10111 1000111 11011

Color Harmonies of #763A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763A14

Black with #763A14

Text Example


Text Example

White with #763A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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