Html Css Color HEX #763413 Peru Tan

📋 copy color: '#763413'

red 118 ◦ green 52 ◦ blue 19

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

Shades of Peru Tan #763413

Tints of Peru Tan #763413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.51%

 BLUE value IS 19 (7.81% from 255) = 10.05%

R = 62.43%
G = 27.51%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#763413 (or 0x763413) is known color: Peru Tan. HEX triplet: 76, 34 and 13. RGB value is (118,52,19). Sum of RGB (Red+Green+Blue) = 118+52+19=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #763413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763413 is #89CBEC. Grayscale: #444444. Windows color (decimal): -9030637 or 1258614. OLE color: 1258614.

HSL color Cylindrical-coordinate representation of color #763413: hue angle of 20º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #763413 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 19 -
CMYK 0 0.56 0.84 0.54
HSL 20º 0.72% 0.27% -
HSV(B) 20º 0.84% 0.46% -
XYZ 8.82 6.35 1.38 -
YUV 67.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 118 52 19 0 0.56 0.84 0.54 20 0.72 0.27
Hex 76 34 13 0 38 54 36 14 48 1B
Octal 166 64 23 0 70 124 66 24 110 33
Binary 1110110 110100 10011 0 111000 1010100 110110 10100 1001000 11011

Color Harmonies of #763413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763413

Black with #763413

Text Example


Text Example

White with #763413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763413; }

 p { color: rgb(118,52,19); }

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

background-color css

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

 a { background-color: rgb(118,52,19); }

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

border-color css

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

 span { border-color: rgb(118,52,19); }

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