Html Css Color HEX #763D14 Peru Tan

📋 copy color: '#763D14'

red 118 ◦ green 61 ◦ blue 20

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

Shades of Peru Tan #763D14

Tints of Peru Tan #763D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.65%

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

R = 59.3%
G = 30.65%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#763D14 (or 0x763D14) is known color: Peru Tan. HEX triplet: 76, 3D and 14. RGB value is (118,61,20). Sum of RGB (Red+Green+Blue) = 118+61+20=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #763D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763D14 is #89C2EB. Grayscale: #494949. Windows color (decimal): -9028332 or 1326454. OLE color: 1326454.

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

Color convert

RGB 118 61 20 -
CMYK 0 0.48 0.83 0.54
HSL 25.1º 0.71% 0.27% -
HSV(B) 25.1º 0.83% 0.46% -
XYZ 9.27 7.24 1.57 -
YUV 73.37 97.88 159.83 -
System Red Green Blue C M Y K H S L
Decimal 118 61 20 0 0.48 0.83 0.54 25.1 0.71 0.27
Hex 76 3D 14 0 30 53 36 19 47 1B
Octal 166 75 24 0 60 123 66 31 107 33
Binary 1110110 111101 10100 0 110000 1010011 110110 11001 1000111 11011

Color Harmonies of #763D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D14

Black with #763D14

Text Example


Text Example

White with #763D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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