Html Css Color HEX #763315 Peru Tan

📋 copy color: '#763315'

red 118 ◦ green 51 ◦ blue 21

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

Shades of Peru Tan #763315

Tints of Peru Tan #763315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.84%

 BLUE value IS 21 (8.59% from 255) = 11.05%

R = 62.11%
G = 26.84%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#763315 (or 0x763315) is known color: Peru Tan. HEX triplet: 76, 33 and 15. RGB value is (118,51,21). Sum of RGB (Red+Green+Blue) = 118+51+21=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #763315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763315 is #89CCEA. Grayscale: #434343. Windows color (decimal): -9030891 or 1389430. OLE color: 1389430.

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

Color convert

RGB 118 51 21 -
CMYK 0 0.57 0.82 0.54
HSL 18.56º 0.7% 0.27% -
HSV(B) 18.56º 0.82% 0.46% -
XYZ 8.79 6.27 1.46 -
YUV 67.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 118 51 21 0 0.57 0.82 0.54 18.56 0.7 0.27
Hex 76 33 15 0 39 52 36 13 46 1B
Octal 166 63 25 0 71 122 66 23 106 33
Binary 1110110 110011 10101 0 111001 1010010 110110 10011 1000110 11011

Color Harmonies of #763315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763315

Black with #763315

Text Example


Text Example

White with #763315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763315; }

 p { color: rgb(118,51,21); }

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

background-color css

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

 a { background-color: rgb(118,51,21); }

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

border-color css

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

 span { border-color: rgb(118,51,21); }

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