Html Css Color HEX #763613 Peru Tan

📋 copy color: '#763613'

red 118 ◦ green 54 ◦ blue 19

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

Shades of Peru Tan #763613

Tints of Peru Tan #763613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.27%

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

R = 61.78%
G = 28.27%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#763613 (or 0x763613) is known color: Peru Tan. HEX triplet: 76, 36 and 13. RGB value is (118,54,19). Sum of RGB (Red+Green+Blue) = 118+54+19=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #763613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763613 is #89C9EC. Grayscale: #454545. Windows color (decimal): -9030125 or 1259126. OLE color: 1259126.

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

Color convert

RGB 118 54 19 -
CMYK 0 0.54 0.84 0.54
HSL 21.21º 0.72% 0.27% -
HSV(B) 21.21º 0.84% 0.46% -
XYZ 8.91 6.54 1.41 -
YUV 69.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 118 54 19 0 0.54 0.84 0.54 21.21 0.72 0.27
Hex 76 36 13 0 36 54 36 15 48 1B
Octal 166 66 23 0 66 124 66 25 110 33
Binary 1110110 110110 10011 0 110110 1010100 110110 10101 1001000 11011

Color Harmonies of #763613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763613

Black with #763613

Text Example


Text Example

White with #763613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763613; }

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

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

background-color css

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

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

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

border-color css

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

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

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