Html Css Color HEX #763518 Peru Tan

📋 copy color: '#763518'

red 118 ◦ green 53 ◦ blue 24

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

Shades of Peru Tan #763518

Tints of Peru Tan #763518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.18%

 BLUE value IS 24 (9.77% from 255) = 12.31%

R = 60.51%
G = 27.18%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#763518 (or 0x763518) is known color: Peru Tan. HEX triplet: 76, 35 and 18. RGB value is (118,53,24). Sum of RGB (Red+Green+Blue) = 118+53+24=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #763518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763518 is #89CAE7. Grayscale: #454545. Windows color (decimal): -9030376 or 1586550. OLE color: 1586550.

HSL color Cylindrical-coordinate representation of color #763518: hue angle of 18.51º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #763518 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 24 -
CMYK 0 0.55 0.80 0.54
HSL 18.51º 0.66% 0.28% -
HSV(B) 18.51º 0.8% 0.46% -
XYZ 8.91 6.46 1.64 -
YUV 69.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 118 53 24 0 0.55 0.80 0.54 18.51 0.66 0.28
Hex 76 35 18 0 37 50 36 13 42 1C
Octal 166 65 30 0 67 120 66 23 102 34
Binary 1110110 110101 11000 0 110111 1010000 110110 10011 1000010 11100

Color Harmonies of #763518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763518

Black with #763518

Text Example


Text Example

White with #763518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763518; }

 p { color: rgb(118,53,24); }

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

background-color css

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

 a { background-color: rgb(118,53,24); }

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

border-color css

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

 span { border-color: rgb(118,53,24); }

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