Html Css Color HEX #763418 Peru Tan

📋 copy color: '#763418'

red 118 ◦ green 52 ◦ blue 24

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

Shades of Peru Tan #763418

Tints of Peru Tan #763418

RGB

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

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

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

R = 60.82%
G = 26.8%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#763418 (or 0x763418) is known color: Peru Tan. HEX triplet: 76, 34 and 18. RGB value is (118,52,24). Sum of RGB (Red+Green+Blue) = 118+52+24=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #763418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763418 is #89CBE7. Grayscale: #444444. Windows color (decimal): -9030632 or 1586294. OLE color: 1586294.

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

Color convert

RGB 118 52 24 -
CMYK 0 0.56 0.80 0.54
HSL 17.87º 0.66% 0.28% -
HSV(B) 17.87º 0.8% 0.46% -
XYZ 8.86 6.37 1.63 -
YUV 68.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 118 52 24 0 0.56 0.80 0.54 17.87 0.66 0.28
Hex 76 34 18 0 38 50 36 12 42 1C
Octal 166 64 30 0 70 120 66 22 102 34
Binary 1110110 110100 11000 0 111000 1010000 110110 10010 1000010 11100

Color Harmonies of #763418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763418

Black with #763418

Text Example


Text Example

White with #763418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763418; }

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

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

background-color css

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

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

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

border-color css

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

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

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