Html Css Color HEX #763417 Peru Tan

📋 copy color: '#763417'

red 118 ◦ green 52 ◦ blue 23

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

Shades of Peru Tan #763417

Tints of Peru Tan #763417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.92%

R = 61.14%
G = 26.94%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#763417 (or 0x763417) is known color: Peru Tan. HEX triplet: 76, 34 and 17. RGB value is (118,52,23). Sum of RGB (Red+Green+Blue) = 118+52+23=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #763417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763417 is #89CBE8. Grayscale: #444444. Windows color (decimal): -9030633 or 1520758. OLE color: 1520758.

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

Color convert

RGB 118 52 23 -
CMYK 0 0.56 0.81 0.54
HSL 18.32º 0.67% 0.28% -
HSV(B) 18.32º 0.81% 0.46% -
XYZ 8.85 6.37 1.57 -
YUV 68.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 118 52 23 0 0.56 0.81 0.54 18.32 0.67 0.28
Hex 76 34 17 0 38 51 36 12 43 1C
Octal 166 64 27 0 70 121 66 22 103 34
Binary 1110110 110100 10111 0 111000 1010001 110110 10010 1000011 11100

Color Harmonies of #763417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763417

Black with #763417

Text Example


Text Example

White with #763417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763417; }

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

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

background-color css

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

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

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

border-color css

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

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

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