Html Css Color HEX #763419 Peru Tan

📋 copy color: '#763419'

red 118 ◦ green 52 ◦ blue 25

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

Shades of Peru Tan #763419

Tints of Peru Tan #763419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.82%

R = 60.51%
G = 26.67%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#763419 (or 0x763419) is known color: Peru Tan. HEX triplet: 76, 34 and 19. RGB value is (118,52,25). Sum of RGB (Red+Green+Blue) = 118+52+25=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #763419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763419 is #89CBE6. Grayscale: #444444. Windows color (decimal): -9030631 or 1651830. OLE color: 1651830.

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

Color convert

RGB 118 52 25 -
CMYK 0 0.56 0.79 0.54
HSL 17.42º 0.65% 0.28% -
HSV(B) 17.42º 0.79% 0.46% -
XYZ 8.87 6.38 1.68 -
YUV 68.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 118 52 25 0 0.56 0.79 0.54 17.42 0.65 0.28
Hex 76 34 19 0 38 4F 36 11 41 1C
Octal 166 64 31 0 70 117 66 21 101 34
Binary 1110110 110100 11001 0 111000 1001111 110110 10001 1000001 11100

Color Harmonies of #763419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763419

Black with #763419

Text Example


Text Example

White with #763419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763419; }

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

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

background-color css

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

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

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

border-color css

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

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

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